Shades of Lime Green #22DF3A
Tints of Lime Green #22DF3A
RGB
CMYK
RGB Variations
Color information
#22DF3A (or 0x22DF3A) is known color: Lime Green. HEX triplet: 22, DF and 3A. RGB value is (34,223,58). Sum of RGB (Red+Green+Blue) = 34+223+58=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #22DF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DF3A is #DD20C5. Grayscale: #949494. Windows color (decimal): -14491846 or 3858210. OLE color: 3858210.
HSL color Cylindrical-coordinate representation of color #22DF3A: hue angle of 127.62º degrees, saturation: 0.75, 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 #22DF3A is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 223 | 58 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.13 |
| HSL | 127.62º | 0.75% | 0.5% | - |
| HSV(B) | 127.62º | 0.85% | 0.87% | - |
| XYZ | 27.81 | 53.42 | 12.85 | - |
| YUV | 147.68 | 77.38 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 223 | 58 | 0.85 | 0 | 0.74 | 0.13 | 127.62 | 0.75 | 0.5 |
| Hex | 22 | DF | 3A | 55 | 0 | 4A | D | 80 | 4B | 32 |
| Octal | 42 | 337 | 72 | 125 | 0 | 112 | 15 | 200 | 113 | 62 |
| Binary | 100010 | 11011111 | 111010 | 1010101 | 0 | 1001010 | 1101 | 10000000 | 1001011 | 110010 |
Color Harmonies of #22DF3A
Complementary color
Monochromatic Colors of #22DF3A
Black with #22DF3A
Text Example
Text Example
White with #22DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DF3A; }
p { color: rgb(34,223,58); }
H1.HeaderClassName
{
color: #22DF3A;
}
.AnyTagClassName
{
color: #22DF3A;
}
</style>
background-color css
<style>
a { background-color: #22DF3A; }
a { background-color: rgb(34,223,58); }
div.DivClassName
{
background-color: #22DF3A;
}
.BgClassName
{
background-color: #22DF3A;
}
</style>
border-color css
<style>
span { border-color: #22DF3A; }
span { border-color: rgb(34,223,58); }
td.TdClassName
{
border-color: #22DF3A;
}
.TagClassName
{
border-color: #22DF3A;
}
</style>