Shades of Lime Green #22CC2C
Tints of Lime Green #22CC2C
RGB
CMYK
RGB Variations
Color information
#22CC2C (or 0x22CC2C) is known color: Lime Green. HEX triplet: 22, CC and 2C. RGB value is (34,204,44). Sum of RGB (Red+Green+Blue) = 34+204+44=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CC2C is #DD33D3. Grayscale: #878787. Windows color (decimal): -14496724 or 2935842. OLE color: 2935842.
HSL color Cylindrical-coordinate representation of color #22CC2C: hue angle of 123.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CC2C is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 44 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.2 |
| HSL | 123.53º | 0.71% | 0.47% | - |
| HSV(B) | 123.53º | 0.83% | 0.8% | - |
| XYZ | 22.71 | 43.71 | 9.62 | - |
| YUV | 134.93 | 76.68 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 44 | 0.83 | 0 | 0.78 | 0.2 | 123.53 | 0.71 | 0.47 |
| Hex | 22 | CC | 2C | 53 | 0 | 4E | 14 | 7C | 47 | 2F |
| Octal | 42 | 314 | 54 | 123 | 0 | 116 | 24 | 174 | 107 | 57 |
| Binary | 100010 | 11001100 | 101100 | 1010011 | 0 | 1001110 | 10100 | 1111100 | 1000111 | 101111 |
Color Harmonies of #22CC2C
Complementary color
Monochromatic Colors of #22CC2C
Black with #22CC2C
Text Example
Text Example
White with #22CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CC2C; }
p { color: rgb(34,204,44); }
H1.HeaderClassName
{
color: #22CC2C;
}
.AnyTagClassName
{
color: #22CC2C;
}
</style>
background-color css
<style>
a { background-color: #22CC2C; }
a { background-color: rgb(34,204,44); }
div.DivClassName
{
background-color: #22CC2C;
}
.BgClassName
{
background-color: #22CC2C;
}
</style>
border-color css
<style>
span { border-color: #22CC2C; }
span { border-color: rgb(34,204,44); }
td.TdClassName
{
border-color: #22CC2C;
}
.TagClassName
{
border-color: #22CC2C;
}
</style>