Shades of Lime Green #3ED22A
Tints of Lime Green #3ED22A
RGB
CMYK
RGB Variations
Color information
#3ED22A (or 0x3ED22A) is known color: Lime Green. HEX triplet: 3E, D2 and 2A. RGB value is (62,210,42). Sum of RGB (Red+Green+Blue) = 62+210+42=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED22A is #C12DD5. Grayscale: #939393. Windows color (decimal): -12660182 or 2806334. OLE color: 2806334.
HSL color Cylindrical-coordinate representation of color #3ED22A: hue angle of 112.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3ED22A is Cyan = 0.70, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 42 | - |
| CMYK | 0.70 | 0 | 0.8 | 0.18 |
| HSL | 112.86º | 0.67% | 0.49% | - |
| HSV(B) | 112.86º | 0.8% | 0.82% | - |
| XYZ | 25.45 | 47.28 | 9.98 | - |
| YUV | 146.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 42 | 0.70 | 0 | 0.8 | 0.18 | 112.86 | 0.67 | 0.49 |
| Hex | 3E | D2 | 2A | 46 | 0 | 50 | 12 | 71 | 43 | 31 |
| Octal | 76 | 322 | 52 | 106 | 0 | 120 | 22 | 161 | 103 | 61 |
| Binary | 111110 | 11010010 | 101010 | 1000110 | 0 | 1010000 | 10010 | 1110001 | 1000011 | 110001 |
Color Harmonies of #3ED22A
Complementary color
Monochromatic Colors of #3ED22A
Black with #3ED22A
Text Example
Text Example
White with #3ED22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED22A; }
p { color: rgb(62,210,42); }
H1.HeaderClassName
{
color: #3ED22A;
}
.AnyTagClassName
{
color: #3ED22A;
}
</style>
background-color css
<style>
a { background-color: #3ED22A; }
a { background-color: rgb(62,210,42); }
div.DivClassName
{
background-color: #3ED22A;
}
.BgClassName
{
background-color: #3ED22A;
}
</style>
border-color css
<style>
span { border-color: #3ED22A; }
span { border-color: rgb(62,210,42); }
td.TdClassName
{
border-color: #3ED22A;
}
.TagClassName
{
border-color: #3ED22A;
}
</style>