Shades of Lime Green #22CB04
Tints of Lime Green #22CB04
RGB
CMYK
RGB Variations
Color information
#22CB04 (or 0x22CB04) is known color: Lime Green. HEX triplet: 22, CB and 04. RGB value is (34,203,4). Sum of RGB (Red+Green+Blue) = 34+203+4=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 203 (79.69% from 255 or 84.23% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CB04 is #DD34FB. Grayscale: #828282. Windows color (decimal): -14497020 or 314146. OLE color: 314146.
HSL color Cylindrical-coordinate representation of color #22CB04: hue angle of 110.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22CB04 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.20 |
| HSL | 110.95º | 0.96% | 0.41% | - |
| HSV(B) | 110.95º | 0.98% | 0.8% | - |
| XYZ | 22.04 | 43.06 | 7.26 | - |
| YUV | 129.78 | 57.01 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 4 | 0.83 | 0 | 0.98 | 0.20 | 110.95 | 0.96 | 0.41 |
| Hex | 22 | CB | 4 | 53 | 0 | 62 | 14 | 6F | 60 | 29 |
| Octal | 42 | 313 | 4 | 123 | 0 | 142 | 24 | 157 | 140 | 51 |
| Binary | 100010 | 11001011 | 100 | 1010011 | 0 | 1100010 | 10100 | 1101111 | 1100000 | 101001 |
Color Harmonies of #22CB04
Complementary color
Monochromatic Colors of #22CB04
Black with #22CB04
Text Example
Text Example
White with #22CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB04; }
p { color: rgb(34,203,4); }
H1.HeaderClassName
{
color: #22CB04;
}
.AnyTagClassName
{
color: #22CB04;
}
</style>
background-color css
<style>
a { background-color: #22CB04; }
a { background-color: rgb(34,203,4); }
div.DivClassName
{
background-color: #22CB04;
}
.BgClassName
{
background-color: #22CB04;
}
</style>
border-color css
<style>
span { border-color: #22CB04; }
span { border-color: rgb(34,203,4); }
td.TdClassName
{
border-color: #22CB04;
}
.TagClassName
{
border-color: #22CB04;
}
</style>