Shades of Lime Green #22BD28
Tints of Lime Green #22BD28
RGB
CMYK
RGB Variations
Color information
#22BD28 (or 0x22BD28) is known color: Lime Green. HEX triplet: 22, BD and 28. RGB value is (34,189,40). Sum of RGB (Red+Green+Blue) = 34+189+40=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 189 (74.22% from 255 or 71.86% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD28 is #DD42D7. Grayscale: #7E7E7E. Windows color (decimal): -14500568 or 2669858. OLE color: 2669858.
HSL color Cylindrical-coordinate representation of color #22BD28: hue angle of 122.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BD28 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 40 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.26 |
| HSL | 122.32º | 0.7% | 0.44% | - |
| HSV(B) | 122.32º | 0.82% | 0.74% | - |
| XYZ | 19.24 | 36.89 | 8.11 | - |
| YUV | 125.67 | 79.65 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 40 | 0.82 | 0 | 0.79 | 0.26 | 122.32 | 0.7 | 0.44 |
| Hex | 22 | BD | 28 | 52 | 0 | 4F | 1A | 7A | 46 | 2C |
| Octal | 42 | 275 | 50 | 122 | 0 | 117 | 32 | 172 | 106 | 54 |
| Binary | 100010 | 10111101 | 101000 | 1010010 | 0 | 1001111 | 11010 | 1111010 | 1000110 | 101100 |
Color Harmonies of #22BD28
Complementary color
Monochromatic Colors of #22BD28
Black with #22BD28
Text Example
Text Example
White with #22BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BD28; }
p { color: rgb(34,189,40); }
H1.HeaderClassName
{
color: #22BD28;
}
.AnyTagClassName
{
color: #22BD28;
}
</style>
background-color css
<style>
a { background-color: #22BD28; }
a { background-color: rgb(34,189,40); }
div.DivClassName
{
background-color: #22BD28;
}
.BgClassName
{
background-color: #22BD28;
}
</style>
border-color css
<style>
span { border-color: #22BD28; }
span { border-color: rgb(34,189,40); }
td.TdClassName
{
border-color: #22BD28;
}
.TagClassName
{
border-color: #22BD28;
}
</style>