Shades of Lime Green #16E02A
Tints of Lime Green #16E02A
RGB
CMYK
RGB Variations
Color information
#16E02A (or 0x16E02A) is known color: Lime Green. HEX triplet: 16, E0 and 2A. RGB value is (22,224,42). Sum of RGB (Red+Green+Blue) = 22+224+42=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #16E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E02A is #E91FD5. Grayscale: #8F8F8F. Windows color (decimal): -15278038 or 2809878. OLE color: 2809878.
HSL color Cylindrical-coordinate representation of color #16E02A: hue angle of 125.94º 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 #16E02A is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 42 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.12 |
| HSL | 125.94º | 0.82% | 0.48% | - |
| HSV(B) | 125.94º | 0.9% | 0.88% | - |
| XYZ | 27.4 | 53.65 | 11.1 | - |
| YUV | 142.85 | 71.08 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 42 | 0.90 | 0 | 0.81 | 0.12 | 125.94 | 0.82 | 0.48 |
| Hex | 16 | E0 | 2A | 5A | 0 | 51 | C | 7E | 52 | 30 |
| Octal | 26 | 340 | 52 | 132 | 0 | 121 | 14 | 176 | 122 | 60 |
| Binary | 10110 | 11100000 | 101010 | 1011010 | 0 | 1010001 | 1100 | 1111110 | 1010010 | 110000 |
Color Harmonies of #16E02A
Complementary color
Monochromatic Colors of #16E02A
Black with #16E02A
Text Example
Text Example
White with #16E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E02A; }
p { color: rgb(22,224,42); }
H1.HeaderClassName
{
color: #16E02A;
}
.AnyTagClassName
{
color: #16E02A;
}
</style>
background-color css
<style>
a { background-color: #16E02A; }
a { background-color: rgb(22,224,42); }
div.DivClassName
{
background-color: #16E02A;
}
.BgClassName
{
background-color: #16E02A;
}
</style>
border-color css
<style>
span { border-color: #16E02A; }
span { border-color: rgb(22,224,42); }
td.TdClassName
{
border-color: #16E02A;
}
.TagClassName
{
border-color: #16E02A;
}
</style>