Shades of Lime Green #22BE24
Tints of Lime Green #22BE24
RGB
CMYK
RGB Variations
Color information
#22BE24 (or 0x22BE24) is known color: Lime Green. HEX triplet: 22, BE and 24. RGB value is (34,190,36). Sum of RGB (Red+Green+Blue) = 34+190+36=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE24 is #DD41DB. Grayscale: #7E7E7E. Windows color (decimal): -14500316 or 2407970. OLE color: 2407970.
HSL color Cylindrical-coordinate representation of color #22BE24: hue angle of 120.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BE24 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 36 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.25 |
| HSL | 120.77º | 0.7% | 0.44% | - |
| HSV(B) | 120.77º | 0.82% | 0.75% | - |
| XYZ | 19.39 | 37.29 | 7.85 | - |
| YUV | 125.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 36 | 0.82 | 0 | 0.81 | 0.25 | 120.77 | 0.7 | 0.44 |
| Hex | 22 | BE | 24 | 52 | 0 | 51 | 19 | 79 | 46 | 2C |
| Octal | 42 | 276 | 44 | 122 | 0 | 121 | 31 | 171 | 106 | 54 |
| Binary | 100010 | 10111110 | 100100 | 1010010 | 0 | 1010001 | 11001 | 1111001 | 1000110 | 101100 |
Color Harmonies of #22BE24
Complementary color
Monochromatic Colors of #22BE24
Black with #22BE24
Text Example
Text Example
White with #22BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE24; }
p { color: rgb(34,190,36); }
H1.HeaderClassName
{
color: #22BE24;
}
.AnyTagClassName
{
color: #22BE24;
}
</style>
background-color css
<style>
a { background-color: #22BE24; }
a { background-color: rgb(34,190,36); }
div.DivClassName
{
background-color: #22BE24;
}
.BgClassName
{
background-color: #22BE24;
}
</style>
border-color css
<style>
span { border-color: #22BE24; }
span { border-color: rgb(34,190,36); }
td.TdClassName
{
border-color: #22BE24;
}
.TagClassName
{
border-color: #22BE24;
}
</style>