Shades of Lime Green #22D833
Tints of Lime Green #22D833
RGB
CMYK
RGB Variations
Color information
#22D833 (or 0x22D833) is known color: Lime Green. HEX triplet: 22, D8 and 33. RGB value is (34,216,51). Sum of RGB (Red+Green+Blue) = 34+216+51=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #22D833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D833 is #DD27CC. Grayscale: #8F8F8F. Windows color (decimal): -14493645 or 3397666. OLE color: 3397666.
HSL color Cylindrical-coordinate representation of color #22D833: hue angle of 125.6º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D833 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 216 | 51 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.15 |
| HSL | 125.6º | 0.73% | 0.49% | - |
| HSV(B) | 125.6º | 0.84% | 0.85% | - |
| XYZ | 25.81 | 49.69 | 11.36 | - |
| YUV | 142.77 | 76.2 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 216 | 51 | 0.84 | 0 | 0.76 | 0.15 | 125.6 | 0.73 | 0.49 |
| Hex | 22 | D8 | 33 | 54 | 0 | 4C | F | 7E | 49 | 31 |
| Octal | 42 | 330 | 63 | 124 | 0 | 114 | 17 | 176 | 111 | 61 |
| Binary | 100010 | 11011000 | 110011 | 1010100 | 0 | 1001100 | 1111 | 1111110 | 1001001 | 110001 |
Color Harmonies of #22D833
Complementary color
Monochromatic Colors of #22D833
Black with #22D833
Text Example
Text Example
White with #22D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D833; }
p { color: rgb(34,216,51); }
H1.HeaderClassName
{
color: #22D833;
}
.AnyTagClassName
{
color: #22D833;
}
</style>
background-color css
<style>
a { background-color: #22D833; }
a { background-color: rgb(34,216,51); }
div.DivClassName
{
background-color: #22D833;
}
.BgClassName
{
background-color: #22D833;
}
</style>
border-color css
<style>
span { border-color: #22D833; }
span { border-color: rgb(34,216,51); }
td.TdClassName
{
border-color: #22D833;
}
.TagClassName
{
border-color: #22D833;
}
</style>