Shades of Lime Green #22CE36
Tints of Lime Green #22CE36
RGB
CMYK
RGB Variations
Color information
#22CE36 (or 0x22CE36) is known color: Lime Green. HEX triplet: 22, CE and 36. RGB value is (34,206,54). Sum of RGB (Red+Green+Blue) = 34+206+54=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #22CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CE36 is #DD31C9. Grayscale: #898989. Windows color (decimal): -14496202 or 3591714. OLE color: 3591714.
HSL color Cylindrical-coordinate representation of color #22CE36: hue angle of 126.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CE36 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 206 | 54 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.19 |
| HSL | 126.98º | 0.72% | 0.47% | - |
| HSV(B) | 126.98º | 0.83% | 0.81% | - |
| XYZ | 23.4 | 44.75 | 10.89 | - |
| YUV | 137.24 | 81.02 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 206 | 54 | 0.83 | 0 | 0.74 | 0.19 | 126.98 | 0.72 | 0.47 |
| Hex | 22 | CE | 36 | 53 | 0 | 4A | 13 | 7F | 48 | 2F |
| Octal | 42 | 316 | 66 | 123 | 0 | 112 | 23 | 177 | 110 | 57 |
| Binary | 100010 | 11001110 | 110110 | 1010011 | 0 | 1001010 | 10011 | 1111111 | 1001000 | 101111 |
Color Harmonies of #22CE36
Complementary color
Monochromatic Colors of #22CE36
Black with #22CE36
Text Example
Text Example
White with #22CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CE36; }
p { color: rgb(34,206,54); }
H1.HeaderClassName
{
color: #22CE36;
}
.AnyTagClassName
{
color: #22CE36;
}
</style>
background-color css
<style>
a { background-color: #22CE36; }
a { background-color: rgb(34,206,54); }
div.DivClassName
{
background-color: #22CE36;
}
.BgClassName
{
background-color: #22CE36;
}
</style>
border-color css
<style>
span { border-color: #22CE36; }
span { border-color: rgb(34,206,54); }
td.TdClassName
{
border-color: #22CE36;
}
.TagClassName
{
border-color: #22CE36;
}
</style>