Shades of Lime Green #22BD0F
Tints of Lime Green #22BD0F
RGB
CMYK
RGB Variations
Color information
#22BD0F (or 0x22BD0F) is known color: Lime Green. HEX triplet: 22, BD and 0F. RGB value is (34,189,15). Sum of RGB (Red+Green+Blue) = 34+189+15=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 189 (74.22% from 255 or 79.41% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BD0F is #DD42F0. Grayscale: #7B7B7B. Windows color (decimal): -14500593 or 1031458. OLE color: 1031458.
HSL color Cylindrical-coordinate representation of color #22BD0F: hue angle of 113.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22BD0F is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 15 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.26 |
| HSL | 113.45º | 0.85% | 0.4% | - |
| HSV(B) | 113.45º | 0.92% | 0.74% | - |
| XYZ | 18.94 | 36.77 | 6.55 | - |
| YUV | 122.82 | 67.15 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 15 | 0.82 | 0 | 0.92 | 0.26 | 113.45 | 0.85 | 0.4 |
| Hex | 22 | BD | F | 52 | 0 | 5C | 1A | 71 | 55 | 28 |
| Octal | 42 | 275 | 17 | 122 | 0 | 134 | 32 | 161 | 125 | 50 |
| Binary | 100010 | 10111101 | 1111 | 1010010 | 0 | 1011100 | 11010 | 1110001 | 1010101 | 101000 |
Color Harmonies of #22BD0F
Complementary color
Monochromatic Colors of #22BD0F
Black with #22BD0F
Text Example
Text Example
White with #22BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BD0F; }
p { color: rgb(34,189,15); }
H1.HeaderClassName
{
color: #22BD0F;
}
.AnyTagClassName
{
color: #22BD0F;
}
</style>
background-color css
<style>
a { background-color: #22BD0F; }
a { background-color: rgb(34,189,15); }
div.DivClassName
{
background-color: #22BD0F;
}
.BgClassName
{
background-color: #22BD0F;
}
</style>
border-color css
<style>
span { border-color: #22BD0F; }
span { border-color: rgb(34,189,15); }
td.TdClassName
{
border-color: #22BD0F;
}
.TagClassName
{
border-color: #22BD0F;
}
</style>