Shades of Lime Green #22CF14
Tints of Lime Green #22CF14
RGB
CMYK
RGB Variations
Color information
#22CF14 (or 0x22CF14) is known color: Lime Green. HEX triplet: 22, CF and 14. RGB value is (34,207,20). Sum of RGB (Red+Green+Blue) = 34+207+20=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CF14 is #DD30EB. Grayscale: #868686. Windows color (decimal): -14495980 or 1363746. OLE color: 1363746.
HSL color Cylindrical-coordinate representation of color #22CF14: hue angle of 115.51º 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 #22CF14 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 20 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.19 |
| HSL | 115.51º | 0.82% | 0.45% | - |
| HSV(B) | 115.51º | 0.9% | 0.81% | - |
| XYZ | 23.1 | 45.02 | 8.13 | - |
| YUV | 133.96 | 63.69 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 20 | 0.84 | 0 | 0.90 | 0.19 | 115.51 | 0.82 | 0.45 |
| Hex | 22 | CF | 14 | 54 | 0 | 5A | 13 | 74 | 52 | 2D |
| Octal | 42 | 317 | 24 | 124 | 0 | 132 | 23 | 164 | 122 | 55 |
| Binary | 100010 | 11001111 | 10100 | 1010100 | 0 | 1011010 | 10011 | 1110100 | 1010010 | 101101 |
Color Harmonies of #22CF14
Complementary color
Monochromatic Colors of #22CF14
Black with #22CF14
Text Example
Text Example
White with #22CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CF14; }
p { color: rgb(34,207,20); }
H1.HeaderClassName
{
color: #22CF14;
}
.AnyTagClassName
{
color: #22CF14;
}
</style>
background-color css
<style>
a { background-color: #22CF14; }
a { background-color: rgb(34,207,20); }
div.DivClassName
{
background-color: #22CF14;
}
.BgClassName
{
background-color: #22CF14;
}
</style>
border-color css
<style>
span { border-color: #22CF14; }
span { border-color: rgb(34,207,20); }
td.TdClassName
{
border-color: #22CF14;
}
.TagClassName
{
border-color: #22CF14;
}
</style>