Shades of Lime Green #16CE0F
Tints of Lime Green #16CE0F
RGB
CMYK
RGB Variations
Color information
#16CE0F (or 0x16CE0F) is known color: Lime Green. HEX triplet: 16, CE and 0F. RGB value is (22,206,15). Sum of RGB (Red+Green+Blue) = 22+206+15=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 206 (80.86% from 255 or 84.77% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CE0F is #E931F0. Grayscale: #818181. Windows color (decimal): -15282673 or 1035798. OLE color: 1035798.
HSL color Cylindrical-coordinate representation of color #16CE0F: hue angle of 117.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16CE0F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 15 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.19 |
| HSL | 117.8º | 0.86% | 0.43% | - |
| HSV(B) | 117.8º | 0.93% | 0.81% | - |
| XYZ | 22.49 | 44.35 | 7.83 | - |
| YUV | 129.21 | 63.54 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 15 | 0.89 | 0 | 0.93 | 0.19 | 117.8 | 0.86 | 0.43 |
| Hex | 16 | CE | F | 59 | 0 | 5D | 13 | 76 | 56 | 2B |
| Octal | 26 | 316 | 17 | 131 | 0 | 135 | 23 | 166 | 126 | 53 |
| Binary | 10110 | 11001110 | 1111 | 1011001 | 0 | 1011101 | 10011 | 1110110 | 1010110 | 101011 |
Color Harmonies of #16CE0F
Complementary color
Monochromatic Colors of #16CE0F
Black with #16CE0F
Text Example
Text Example
White with #16CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CE0F; }
p { color: rgb(22,206,15); }
H1.HeaderClassName
{
color: #16CE0F;
}
.AnyTagClassName
{
color: #16CE0F;
}
</style>
background-color css
<style>
a { background-color: #16CE0F; }
a { background-color: rgb(22,206,15); }
div.DivClassName
{
background-color: #16CE0F;
}
.BgClassName
{
background-color: #16CE0F;
}
</style>
border-color css
<style>
span { border-color: #16CE0F; }
span { border-color: rgb(22,206,15); }
td.TdClassName
{
border-color: #16CE0F;
}
.TagClassName
{
border-color: #16CE0F;
}
</style>