Shades of Lime Green #22D13D
Tints of Lime Green #22D13D
RGB
CMYK
RGB Variations
Color information
#22D13D (or 0x22D13D) is known color: Lime Green. HEX triplet: 22, D1 and 3D. RGB value is (34,209,61). Sum of RGB (Red+Green+Blue) = 34+209+61=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #22D13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D13D is #DD2EC2. Grayscale: #8C8C8C. Windows color (decimal): -14495427 or 4051234. OLE color: 4051234.
HSL color Cylindrical-coordinate representation of color #22D13D: hue angle of 129.26º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D13D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 209 | 61 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.18 |
| HSL | 129.26º | 0.72% | 0.48% | - |
| HSV(B) | 129.26º | 0.84% | 0.82% | - |
| XYZ | 24.3 | 46.28 | 12.07 | - |
| YUV | 139.8 | 83.52 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 209 | 61 | 0.84 | 0 | 0.71 | 0.18 | 129.26 | 0.72 | 0.48 |
| Hex | 22 | D1 | 3D | 54 | 0 | 47 | 12 | 81 | 48 | 30 |
| Octal | 42 | 321 | 75 | 124 | 0 | 107 | 22 | 201 | 110 | 60 |
| Binary | 100010 | 11010001 | 111101 | 1010100 | 0 | 1000111 | 10010 | 10000001 | 1001000 | 110000 |
Color Harmonies of #22D13D
Complementary color
Monochromatic Colors of #22D13D
Black with #22D13D
Text Example
Text Example
White with #22D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D13D; }
p { color: rgb(34,209,61); }
H1.HeaderClassName
{
color: #22D13D;
}
.AnyTagClassName
{
color: #22D13D;
}
</style>
background-color css
<style>
a { background-color: #22D13D; }
a { background-color: rgb(34,209,61); }
div.DivClassName
{
background-color: #22D13D;
}
.BgClassName
{
background-color: #22D13D;
}
</style>
border-color css
<style>
span { border-color: #22D13D; }
span { border-color: rgb(34,209,61); }
td.TdClassName
{
border-color: #22D13D;
}
.TagClassName
{
border-color: #22D13D;
}
</style>