Shades of Lime Green #22CF29
Tints of Lime Green #22CF29
RGB
CMYK
RGB Variations
Color information
#22CF29 (or 0x22CF29) is known color: Lime Green. HEX triplet: 22, CF and 29. RGB value is (34,207,41). Sum of RGB (Red+Green+Blue) = 34+207+41=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF29 is #DD30D6. Grayscale: #888888. Windows color (decimal): -14495959 or 2740002. OLE color: 2740002.
HSL color Cylindrical-coordinate representation of color #22CF29: hue angle of 122.43º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CF29 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 41 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.19 |
| HSL | 122.43º | 0.72% | 0.47% | - |
| HSV(B) | 122.43º | 0.84% | 0.81% | - |
| XYZ | 23.37 | 45.13 | 9.58 | - |
| YUV | 136.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 41 | 0.84 | 0 | 0.80 | 0.19 | 122.43 | 0.72 | 0.47 |
| Hex | 22 | CF | 29 | 54 | 0 | 50 | 13 | 7A | 48 | 2F |
| Octal | 42 | 317 | 51 | 124 | 0 | 120 | 23 | 172 | 110 | 57 |
| Binary | 100010 | 11001111 | 101001 | 1010100 | 0 | 1010000 | 10011 | 1111010 | 1001000 | 101111 |
Color Harmonies of #22CF29
Complementary color
Monochromatic Colors of #22CF29
Black with #22CF29
Text Example
Text Example
White with #22CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CF29; }
p { color: rgb(34,207,41); }
H1.HeaderClassName
{
color: #22CF29;
}
.AnyTagClassName
{
color: #22CF29;
}
</style>
background-color css
<style>
a { background-color: #22CF29; }
a { background-color: rgb(34,207,41); }
div.DivClassName
{
background-color: #22CF29;
}
.BgClassName
{
background-color: #22CF29;
}
</style>
border-color css
<style>
span { border-color: #22CF29; }
span { border-color: rgb(34,207,41); }
td.TdClassName
{
border-color: #22CF29;
}
.TagClassName
{
border-color: #22CF29;
}
</style>