Color spaces of #16ef30
RGB | 22 | 239 | 48 |
---|---|---|---|
HSL | 0.35 | 0.87 | 0.51 |
HSV | 127° | 91° | 94° |
CMYK | 0.91 | 0.00 | 0.80 0.06 |
XYZ | 31.7309 | 62.1170 | 13.1137 |
Yxy | 62.1170 | 0.2967 | 0.5807 |
Hunter Lab | 78.8143 | -66.0604 | 45.3049 |
CIE-Lab | 82.9756 | -79.7613 | 71.8791 |
#16ef30 color RGB value is (22,239,48).
#16ef30 hex color red value is 22, green value is 239 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #16ef30 hue: 0.35 , saturation: 0.87 and the lightness value of 16ef30 is 0.51.
The process color (four color CMYK) of #16ef30 color hex is 0.91, 0.00, 0.80, 0.06. Web safe color of #16ef30 is #00ff33. Color #16ef30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 11101111 | 00110000 |
Octal | 26 | 357 | 60 |
Decimal | 22 | 239 | 48 |
Hex | 16 | EF | 30 |
Shades of #16ef30
Tints of #16ef30
RGB Percentages of Color #16ef30
CMYK Percentages of Color #16ef30
Complementary Color
#16ef30 | #ef16d5 |
#16ef30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#16ef30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#16ef30 Color CSS Codes
.mybgcolor {background-color:#16ef30; } .myforecolor {color:#16ef30; } .mybordercolor {border:3px solid #16ef30; }
#16ef30 Text Font Color
<p style="color:#16ef30">Text here</p>
This sample text font color is #16ef30
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.
#16ef30 Background Color
<div style="background-color:#16ef30">
Div content here</div>
This div background color is #16ef30
#16ef30 Border Color
<div style="border:3px solid #16ef30">
Div here</div>
This div border color is #16ef30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,239,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #16ef30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #16ef30; -webkit-box-shadow: 1px 1px 3px 2px #16ef30; box-shadow: 1px 1px 3px 2px #16ef30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,239,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 #16ef30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #16ef30; -webkit-box-shadow: 1px 1px 3px 2px #16ef30; box-shadow: 1px 1px 3px 2px #16ef30;">
Div content here</div>
This div box has shadow with color #16ef30
Comments
No comments written yet.
Please login to write comment.