Shades of Lime Green #16CE20
Tints of Lime Green #16CE20
RGB
CMYK
RGB Variations
Color information
#16CE20 (or 0x16CE20) is known color: Lime Green. HEX triplet: 16, CE and 20. RGB value is (22,206,32). Sum of RGB (Red+Green+Blue) = 22+206+32=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CE20 is #E931DF. Grayscale: #838383. Windows color (decimal): -15282656 or 2149910. OLE color: 2149910.
HSL color Cylindrical-coordinate representation of color #16CE20: hue angle of 123.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CE20 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 32 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.19 |
| HSL | 123.26º | 0.81% | 0.45% | - |
| HSV(B) | 123.26º | 0.89% | 0.81% | - |
| XYZ | 22.66 | 44.42 | 8.75 | - |
| YUV | 131.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 32 | 0.89 | 0 | 0.84 | 0.19 | 123.26 | 0.81 | 0.45 |
| Hex | 16 | CE | 20 | 59 | 0 | 54 | 13 | 7B | 51 | 2D |
| Octal | 26 | 316 | 40 | 131 | 0 | 124 | 23 | 173 | 121 | 55 |
| Binary | 10110 | 11001110 | 100000 | 1011001 | 0 | 1010100 | 10011 | 1111011 | 1010001 | 101101 |
Color Harmonies of #16CE20
Complementary color
Monochromatic Colors of #16CE20
Black with #16CE20
Text Example
Text Example
White with #16CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CE20; }
p { color: rgb(22,206,32); }
H1.HeaderClassName
{
color: #16CE20;
}
.AnyTagClassName
{
color: #16CE20;
}
</style>
background-color css
<style>
a { background-color: #16CE20; }
a { background-color: rgb(22,206,32); }
div.DivClassName
{
background-color: #16CE20;
}
.BgClassName
{
background-color: #16CE20;
}
</style>
border-color css
<style>
span { border-color: #16CE20; }
span { border-color: rgb(22,206,32); }
td.TdClassName
{
border-color: #16CE20;
}
.TagClassName
{
border-color: #16CE20;
}
</style>