Shades of Lime Green #16CF14
Tints of Lime Green #16CF14
RGB
CMYK
RGB Variations
Color information
#16CF14 (or 0x16CF14) is known color: Lime Green. HEX triplet: 16, CF and 14. RGB value is (22,207,20). Sum of RGB (Red+Green+Blue) = 22+207+20=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CF14 is #E930EB. Grayscale: #828282. Windows color (decimal): -15282412 or 1363734. OLE color: 1363734.
HSL color Cylindrical-coordinate representation of color #16CF14: hue angle of 119.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CF14 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 20 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.19 |
| HSL | 119.36º | 0.82% | 0.45% | - |
| HSV(B) | 119.36º | 0.9% | 0.81% | - |
| XYZ | 22.77 | 44.85 | 8.12 | - |
| YUV | 130.37 | 65.71 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 20 | 0.89 | 0 | 0.90 | 0.19 | 119.36 | 0.82 | 0.45 |
| Hex | 16 | CF | 14 | 59 | 0 | 5A | 13 | 77 | 52 | 2D |
| Octal | 26 | 317 | 24 | 131 | 0 | 132 | 23 | 167 | 122 | 55 |
| Binary | 10110 | 11001111 | 10100 | 1011001 | 0 | 1011010 | 10011 | 1110111 | 1010010 | 101101 |
Color Harmonies of #16CF14
Complementary color
Monochromatic Colors of #16CF14
Black with #16CF14
Text Example
Text Example
White with #16CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CF14; }
p { color: rgb(22,207,20); }
H1.HeaderClassName
{
color: #16CF14;
}
.AnyTagClassName
{
color: #16CF14;
}
</style>
background-color css
<style>
a { background-color: #16CF14; }
a { background-color: rgb(22,207,20); }
div.DivClassName
{
background-color: #16CF14;
}
.BgClassName
{
background-color: #16CF14;
}
</style>
border-color css
<style>
span { border-color: #16CF14; }
span { border-color: rgb(22,207,20); }
td.TdClassName
{
border-color: #16CF14;
}
.TagClassName
{
border-color: #16CF14;
}
</style>