Shades of Lime Green #22CF04
Tints of Lime Green #22CF04
RGB
CMYK
RGB Variations
Color information
#22CF04 (or 0x22CF04) is known color: Lime Green. HEX triplet: 22, CF and 04. RGB value is (34,207,4). Sum of RGB (Red+Green+Blue) = 34+207+4=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CF04 is #DD30FB. Grayscale: #848484. Windows color (decimal): -14495996 or 315170. OLE color: 315170.
HSL color Cylindrical-coordinate representation of color #22CF04: hue angle of 111.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22CF04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.19 |
| HSL | 111.13º | 0.96% | 0.41% | - |
| HSV(B) | 111.13º | 0.98% | 0.81% | - |
| XYZ | 22.99 | 44.97 | 7.58 | - |
| YUV | 132.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 4 | 0.84 | 0 | 0.98 | 0.19 | 111.13 | 0.96 | 0.41 |
| Hex | 22 | CF | 4 | 54 | 0 | 62 | 13 | 6F | 60 | 29 |
| Octal | 42 | 317 | 4 | 124 | 0 | 142 | 23 | 157 | 140 | 51 |
| Binary | 100010 | 11001111 | 100 | 1010100 | 0 | 1100010 | 10011 | 1101111 | 1100000 | 101001 |
Color Harmonies of #22CF04
Complementary color
Monochromatic Colors of #22CF04
Black with #22CF04
Text Example
Text Example
White with #22CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CF04; }
p { color: rgb(34,207,4); }
H1.HeaderClassName
{
color: #22CF04;
}
.AnyTagClassName
{
color: #22CF04;
}
</style>
background-color css
<style>
a { background-color: #22CF04; }
a { background-color: rgb(34,207,4); }
div.DivClassName
{
background-color: #22CF04;
}
.BgClassName
{
background-color: #22CF04;
}
</style>
border-color css
<style>
span { border-color: #22CF04; }
span { border-color: rgb(34,207,4); }
td.TdClassName
{
border-color: #22CF04;
}
.TagClassName
{
border-color: #22CF04;
}
</style>