Shades of Lime Green #22D02B
Tints of Lime Green #22D02B
RGB
CMYK
RGB Variations
Color information
#22D02B (or 0x22D02B) is known color: Lime Green. HEX triplet: 22, D0 and 2B. RGB value is (34,208,43). Sum of RGB (Red+Green+Blue) = 34+208+43=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #22D02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D02B is #DD2FD4. Grayscale: #898989. Windows color (decimal): -14495701 or 2871330. OLE color: 2871330.
HSL color Cylindrical-coordinate representation of color #22D02B: hue angle of 123.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D02B is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 208 | 43 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.18 |
| HSL | 123.1º | 0.72% | 0.47% | - |
| HSV(B) | 123.1º | 0.84% | 0.82% | - |
| XYZ | 23.65 | 45.63 | 9.85 | - |
| YUV | 137.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 208 | 43 | 0.84 | 0 | 0.79 | 0.18 | 123.1 | 0.72 | 0.47 |
| Hex | 22 | D0 | 2B | 54 | 0 | 4F | 12 | 7B | 48 | 2F |
| Octal | 42 | 320 | 53 | 124 | 0 | 117 | 22 | 173 | 110 | 57 |
| Binary | 100010 | 11010000 | 101011 | 1010100 | 0 | 1001111 | 10010 | 1111011 | 1001000 | 101111 |
Color Harmonies of #22D02B
Complementary color
Monochromatic Colors of #22D02B
Black with #22D02B
Text Example
Text Example
White with #22D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D02B; }
p { color: rgb(34,208,43); }
H1.HeaderClassName
{
color: #22D02B;
}
.AnyTagClassName
{
color: #22D02B;
}
</style>
background-color css
<style>
a { background-color: #22D02B; }
a { background-color: rgb(34,208,43); }
div.DivClassName
{
background-color: #22D02B;
}
.BgClassName
{
background-color: #22D02B;
}
</style>
border-color css
<style>
span { border-color: #22D02B; }
span { border-color: rgb(34,208,43); }
td.TdClassName
{
border-color: #22D02B;
}
.TagClassName
{
border-color: #22D02B;
}
</style>