Shades of Lime Green #3ED422
Tints of Lime Green #3ED422
RGB
CMYK
RGB Variations
Color information
#3ED422 (or 0x3ED422) is known color: Lime Green. HEX triplet: 3E, D4 and 22. RGB value is (62,212,34). Sum of RGB (Red+Green+Blue) = 62+212+34=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #3ED422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED422 is #C12BDD. Grayscale: #939393. Windows color (decimal): -12659678 or 2282558. OLE color: 2282558.
HSL color Cylindrical-coordinate representation of color #3ED422: hue angle of 110.56º 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 #3ED422 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 212 | 34 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.17 |
| HSL | 110.56º | 0.72% | 0.48% | - |
| HSV(B) | 110.56º | 0.84% | 0.83% | - |
| XYZ | 25.82 | 48.23 | 9.46 | - |
| YUV | 146.86 | 64.31 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 212 | 34 | 0.71 | 0 | 0.84 | 0.17 | 110.56 | 0.72 | 0.48 |
| Hex | 3E | D4 | 22 | 47 | 0 | 54 | 11 | 6F | 48 | 30 |
| Octal | 76 | 324 | 42 | 107 | 0 | 124 | 21 | 157 | 110 | 60 |
| Binary | 111110 | 11010100 | 100010 | 1000111 | 0 | 1010100 | 10001 | 1101111 | 1001000 | 110000 |
Color Harmonies of #3ED422
Complementary color
Monochromatic Colors of #3ED422
Black with #3ED422
Text Example
Text Example
White with #3ED422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED422; }
p { color: rgb(62,212,34); }
H1.HeaderClassName
{
color: #3ED422;
}
.AnyTagClassName
{
color: #3ED422;
}
</style>
background-color css
<style>
a { background-color: #3ED422; }
a { background-color: rgb(62,212,34); }
div.DivClassName
{
background-color: #3ED422;
}
.BgClassName
{
background-color: #3ED422;
}
</style>
border-color css
<style>
span { border-color: #3ED422; }
span { border-color: rgb(62,212,34); }
td.TdClassName
{
border-color: #3ED422;
}
.TagClassName
{
border-color: #3ED422;
}
</style>