Shades of Lime Green #16E02C
Tints of Lime Green #16E02C
RGB
CMYK
RGB Variations
Color information
#16E02C (or 0x16E02C) is known color: Lime Green. HEX triplet: 16, E0 and 2C. RGB value is (22,224,44). Sum of RGB (Red+Green+Blue) = 22+224+44=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #16E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E02C is #E91FD3. Grayscale: #8F8F8F. Windows color (decimal): -15278036 or 2940950. OLE color: 2940950.
HSL color Cylindrical-coordinate representation of color #16E02C: hue angle of 126.53º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E02C is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 44 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.12 |
| HSL | 126.53º | 0.82% | 0.48% | - |
| HSV(B) | 126.53º | 0.9% | 0.88% | - |
| XYZ | 27.44 | 53.66 | 11.29 | - |
| YUV | 143.08 | 72.08 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 44 | 0.90 | 0 | 0.80 | 0.12 | 126.53 | 0.82 | 0.48 |
| Hex | 16 | E0 | 2C | 5A | 0 | 50 | C | 7F | 52 | 30 |
| Octal | 26 | 340 | 54 | 132 | 0 | 120 | 14 | 177 | 122 | 60 |
| Binary | 10110 | 11100000 | 101100 | 1011010 | 0 | 1010000 | 1100 | 1111111 | 1010010 | 110000 |
Color Harmonies of #16E02C
Complementary color
Monochromatic Colors of #16E02C
Black with #16E02C
Text Example
Text Example
White with #16E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E02C; }
p { color: rgb(22,224,44); }
H1.HeaderClassName
{
color: #16E02C;
}
.AnyTagClassName
{
color: #16E02C;
}
</style>
background-color css
<style>
a { background-color: #16E02C; }
a { background-color: rgb(22,224,44); }
div.DivClassName
{
background-color: #16E02C;
}
.BgClassName
{
background-color: #16E02C;
}
</style>
border-color css
<style>
span { border-color: #16E02C; }
span { border-color: rgb(22,224,44); }
td.TdClassName
{
border-color: #16E02C;
}
.TagClassName
{
border-color: #16E02C;
}
</style>