Shades of Lime Green #22D43D
Tints of Lime Green #22D43D
RGB
CMYK
RGB Variations
Color information
#22D43D (or 0x22D43D) is known color: Lime Green. HEX triplet: 22, D4 and 3D. RGB value is (34,212,61). Sum of RGB (Red+Green+Blue) = 34+212+61=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #22D43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D43D is #DD2BC2. Grayscale: #8D8D8D. Windows color (decimal): -14494659 or 4052002. OLE color: 4052002.
HSL color Cylindrical-coordinate representation of color #22D43D: hue angle of 129.1º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D43D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 212 | 61 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.17 |
| HSL | 129.1º | 0.72% | 0.48% | - |
| HSV(B) | 129.1º | 0.84% | 0.83% | - |
| XYZ | 25.05 | 47.76 | 12.31 | - |
| YUV | 141.56 | 82.53 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 212 | 61 | 0.84 | 0 | 0.71 | 0.17 | 129.1 | 0.72 | 0.48 |
| Hex | 22 | D4 | 3D | 54 | 0 | 47 | 11 | 81 | 48 | 30 |
| Octal | 42 | 324 | 75 | 124 | 0 | 107 | 21 | 201 | 110 | 60 |
| Binary | 100010 | 11010100 | 111101 | 1010100 | 0 | 1000111 | 10001 | 10000001 | 1001000 | 110000 |
Color Harmonies of #22D43D
Complementary color
Monochromatic Colors of #22D43D
Black with #22D43D
Text Example
Text Example
White with #22D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D43D; }
p { color: rgb(34,212,61); }
H1.HeaderClassName
{
color: #22D43D;
}
.AnyTagClassName
{
color: #22D43D;
}
</style>
background-color css
<style>
a { background-color: #22D43D; }
a { background-color: rgb(34,212,61); }
div.DivClassName
{
background-color: #22D43D;
}
.BgClassName
{
background-color: #22D43D;
}
</style>
border-color css
<style>
span { border-color: #22D43D; }
span { border-color: rgb(34,212,61); }
td.TdClassName
{
border-color: #22D43D;
}
.TagClassName
{
border-color: #22D43D;
}
</style>