Shades of Lime Green #16D02F
Tints of Lime Green #16D02F
RGB
CMYK
RGB Variations
Color information
#16D02F (or 0x16D02F) is known color: Lime Green. HEX triplet: 16, D0 and 2F. RGB value is (22,208,47). Sum of RGB (Red+Green+Blue) = 22+208+47=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #16D02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D02F is #E92FD0. Grayscale: #868686. Windows color (decimal): -15282129 or 3133462. OLE color: 3133462.
HSL color Cylindrical-coordinate representation of color #16D02F: hue angle of 128.06º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D02F is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 47 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.18 |
| HSL | 128.06º | 0.81% | 0.45% | - |
| HSV(B) | 128.06º | 0.89% | 0.82% | - |
| XYZ | 23.4 | 45.49 | 10.24 | - |
| YUV | 134.03 | 78.88 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 47 | 0.89 | 0 | 0.77 | 0.18 | 128.06 | 0.81 | 0.45 |
| Hex | 16 | D0 | 2F | 59 | 0 | 4D | 12 | 80 | 51 | 2D |
| Octal | 26 | 320 | 57 | 131 | 0 | 115 | 22 | 200 | 121 | 55 |
| Binary | 10110 | 11010000 | 101111 | 1011001 | 0 | 1001101 | 10010 | 10000000 | 1010001 | 101101 |
Color Harmonies of #16D02F
Complementary color
Monochromatic Colors of #16D02F
Black with #16D02F
Text Example
Text Example
White with #16D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D02F; }
p { color: rgb(22,208,47); }
H1.HeaderClassName
{
color: #16D02F;
}
.AnyTagClassName
{
color: #16D02F;
}
</style>
background-color css
<style>
a { background-color: #16D02F; }
a { background-color: rgb(22,208,47); }
div.DivClassName
{
background-color: #16D02F;
}
.BgClassName
{
background-color: #16D02F;
}
</style>
border-color css
<style>
span { border-color: #16D02F; }
span { border-color: rgb(22,208,47); }
td.TdClassName
{
border-color: #16D02F;
}
.TagClassName
{
border-color: #16D02F;
}
</style>