Shades of Lime Green #22CF31
Tints of Lime Green #22CF31
RGB
CMYK
RGB Variations
Color information
#22CF31 (or 0x22CF31) is known color: Lime Green. HEX triplet: 22, CF and 31. RGB value is (34,207,49). Sum of RGB (Red+Green+Blue) = 34+207+49=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF31 is #DD30CE. Grayscale: #898989. Windows color (decimal): -14495951 or 3264290. OLE color: 3264290.
HSL color Cylindrical-coordinate representation of color #22CF31: hue angle of 125.2º 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 #22CF31 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 49 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.19 |
| HSL | 125.2º | 0.72% | 0.47% | - |
| HSV(B) | 125.2º | 0.84% | 0.81% | - |
| XYZ | 23.53 | 45.19 | 10.39 | - |
| YUV | 137.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 49 | 0.84 | 0 | 0.76 | 0.19 | 125.2 | 0.72 | 0.47 |
| Hex | 22 | CF | 31 | 54 | 0 | 4C | 13 | 7D | 48 | 2F |
| Octal | 42 | 317 | 61 | 124 | 0 | 114 | 23 | 175 | 110 | 57 |
| Binary | 100010 | 11001111 | 110001 | 1010100 | 0 | 1001100 | 10011 | 1111101 | 1001000 | 101111 |
Color Harmonies of #22CF31
Complementary color
Monochromatic Colors of #22CF31
Black with #22CF31
Text Example
Text Example
White with #22CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CF31; }
p { color: rgb(34,207,49); }
H1.HeaderClassName
{
color: #22CF31;
}
.AnyTagClassName
{
color: #22CF31;
}
</style>
background-color css
<style>
a { background-color: #22CF31; }
a { background-color: rgb(34,207,49); }
div.DivClassName
{
background-color: #22CF31;
}
.BgClassName
{
background-color: #22CF31;
}
</style>
border-color css
<style>
span { border-color: #22CF31; }
span { border-color: rgb(34,207,49); }
td.TdClassName
{
border-color: #22CF31;
}
.TagClassName
{
border-color: #22CF31;
}
</style>