Shades of Lime Green #22D614
Tints of Lime Green #22D614
RGB
CMYK
RGB Variations
Color information
#22D614 (or 0x22D614) is known color: Lime Green. HEX triplet: 22, D6 and 14. RGB value is (34,214,20). Sum of RGB (Red+Green+Blue) = 34+214+20=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #22D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D614 is #DD29EB. Grayscale: #8A8A8A. Windows color (decimal): -14494188 or 1365538. OLE color: 1365538.
HSL color Cylindrical-coordinate representation of color #22D614: hue angle of 115.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22D614 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 214 | 20 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.16 |
| HSL | 115.67º | 0.83% | 0.46% | - |
| HSV(B) | 115.67º | 0.91% | 0.84% | - |
| XYZ | 24.83 | 48.48 | 8.71 | - |
| YUV | 138.06 | 61.37 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 214 | 20 | 0.84 | 0 | 0.91 | 0.16 | 115.67 | 0.83 | 0.46 |
| Hex | 22 | D6 | 14 | 54 | 0 | 5B | 10 | 74 | 53 | 2E |
| Octal | 42 | 326 | 24 | 124 | 0 | 133 | 20 | 164 | 123 | 56 |
| Binary | 100010 | 11010110 | 10100 | 1010100 | 0 | 1011011 | 10000 | 1110100 | 1010011 | 101110 |
Color Harmonies of #22D614
Complementary color
Monochromatic Colors of #22D614
Black with #22D614
Text Example
Text Example
White with #22D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D614; }
p { color: rgb(34,214,20); }
H1.HeaderClassName
{
color: #22D614;
}
.AnyTagClassName
{
color: #22D614;
}
</style>
background-color css
<style>
a { background-color: #22D614; }
a { background-color: rgb(34,214,20); }
div.DivClassName
{
background-color: #22D614;
}
.BgClassName
{
background-color: #22D614;
}
</style>
border-color css
<style>
span { border-color: #22D614; }
span { border-color: rgb(34,214,20); }
td.TdClassName
{
border-color: #22D614;
}
.TagClassName
{
border-color: #22D614;
}
</style>