Color spaces of #48ce30
RGB | 72 | 206 | 48 |
---|---|---|---|
HSL | 0.31 | 0.62 | 0.50 |
HSV | 111° | 77° | 81° |
CMYK | 0.65 | 0.00 | 0.77 0.19 |
XYZ | 25.2773 | 45.7337 | 10.2915 |
Yxy | 45.7337 | 0.3109 | 0.5625 |
Hunter Lab | 67.6267 | -51.6275 | 38.3159 |
CIE-Lab | 73.3724 | -63.6866 | 62.9866 |
#48ce30 color RGB value is (72,206,48).
#48ce30 hex color red value is 72, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #48ce30 hue: 0.31 , saturation: 0.62 and the lightness value of 48ce30 is 0.50.
The process color (four color CMYK) of #48ce30 color hex is 0.65, 0.00, 0.77, 0.19. Web safe color of #48ce30 is #33cc33. Color #48ce30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 11001110 | 00110000 |
Octal | 110 | 316 | 60 |
Decimal | 72 | 206 | 48 |
Hex | 48 | CE | 30 |
Shades of #48ce30
Tints of #48ce30
RGB Percentages of Color #48ce30
CMYK Percentages of Color #48ce30
Complementary Color
#48ce30 | #b630ce |
#48ce30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48ce30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#48ce30 Color CSS Codes
.mybgcolor {background-color:#48ce30; } .myforecolor {color:#48ce30; } .mybordercolor {border:3px solid #48ce30; }
#48ce30 Text Font Color
<p style="color:#48ce30">Text here</p>
This sample text font color is #48ce30
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#48ce30 Background Color
<div style="background-color:#48ce30">
Div content here</div>
This div background color is #48ce30
#48ce30 Border Color
<div style="border:3px solid #48ce30">
Div here</div>
This div border color is #48ce30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,206,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48ce30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48ce30; -webkit-box-shadow: 1px 1px 3px 2px #48ce30; box-shadow: 1px 1px 3px 2px #48ce30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,206,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48ce30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48ce30; -webkit-box-shadow: 1px 1px 3px 2px #48ce30; box-shadow: 1px 1px 3px 2px #48ce30;">
Div content here</div>
This div box has shadow with color #48ce30
Comments
No comments written yet.
Please login to write comment.