Shades of Lime Green #22DD2B
Tints of Lime Green #22DD2B
RGB
CMYK
RGB Variations
Color information
#22DD2B (or 0x22DD2B) is known color: Lime Green. HEX triplet: 22, DD and 2B. RGB value is (34,221,43). Sum of RGB (Red+Green+Blue) = 34+221+43=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD2B is #DD22D4. Grayscale: #919191. Windows color (decimal): -14492373 or 2874658. OLE color: 2874658.
HSL color Cylindrical-coordinate representation of color #22DD2B: hue angle of 122.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DD2B is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 43 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.13 |
| HSL | 122.89º | 0.73% | 0.5% | - |
| HSV(B) | 122.89º | 0.85% | 0.87% | - |
| XYZ | 26.95 | 52.23 | 10.95 | - |
| YUV | 144.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 43 | 0.85 | 0 | 0.81 | 0.13 | 122.89 | 0.73 | 0.5 |
| Hex | 22 | DD | 2B | 55 | 0 | 51 | D | 7B | 49 | 32 |
| Octal | 42 | 335 | 53 | 125 | 0 | 121 | 15 | 173 | 111 | 62 |
| Binary | 100010 | 11011101 | 101011 | 1010101 | 0 | 1010001 | 1101 | 1111011 | 1001001 | 110010 |
Color Harmonies of #22DD2B
Complementary color
Monochromatic Colors of #22DD2B
Black with #22DD2B
Text Example
Text Example
White with #22DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DD2B; }
p { color: rgb(34,221,43); }
H1.HeaderClassName
{
color: #22DD2B;
}
.AnyTagClassName
{
color: #22DD2B;
}
</style>
background-color css
<style>
a { background-color: #22DD2B; }
a { background-color: rgb(34,221,43); }
div.DivClassName
{
background-color: #22DD2B;
}
.BgClassName
{
background-color: #22DD2B;
}
</style>
border-color css
<style>
span { border-color: #22DD2B; }
span { border-color: rgb(34,221,43); }
td.TdClassName
{
border-color: #22DD2B;
}
.TagClassName
{
border-color: #22DD2B;
}
</style>