Shades of Lime Green #3EDA2A
Tints of Lime Green #3EDA2A
RGB
CMYK
RGB Variations
Color information
#3EDA2A (or 0x3EDA2A) is known color: Lime Green. HEX triplet: 3E, DA and 2A. RGB value is (62,218,42). Sum of RGB (Red+Green+Blue) = 62+218+42=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDA2A is #C125D5. Grayscale: #979797. Windows color (decimal): -12658134 or 2808382. OLE color: 2808382.
HSL color Cylindrical-coordinate representation of color #3EDA2A: hue angle of 113.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EDA2A is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 42 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.15 |
| HSL | 113.18º | 0.7% | 0.51% | - |
| HSV(B) | 113.18º | 0.81% | 0.85% | - |
| XYZ | 27.48 | 51.33 | 10.65 | - |
| YUV | 151.29 | 66.32 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 42 | 0.72 | 0 | 0.81 | 0.15 | 113.18 | 0.7 | 0.51 |
| Hex | 3E | DA | 2A | 48 | 0 | 51 | F | 71 | 46 | 33 |
| Octal | 76 | 332 | 52 | 110 | 0 | 121 | 17 | 161 | 106 | 63 |
| Binary | 111110 | 11011010 | 101010 | 1001000 | 0 | 1010001 | 1111 | 1110001 | 1000110 | 110011 |
Color Harmonies of #3EDA2A
Complementary color
Monochromatic Colors of #3EDA2A
Black with #3EDA2A
Text Example
Text Example
White with #3EDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDA2A; }
p { color: rgb(62,218,42); }
H1.HeaderClassName
{
color: #3EDA2A;
}
.AnyTagClassName
{
color: #3EDA2A;
}
</style>
background-color css
<style>
a { background-color: #3EDA2A; }
a { background-color: rgb(62,218,42); }
div.DivClassName
{
background-color: #3EDA2A;
}
.BgClassName
{
background-color: #3EDA2A;
}
</style>
border-color css
<style>
span { border-color: #3EDA2A; }
span { border-color: rgb(62,218,42); }
td.TdClassName
{
border-color: #3EDA2A;
}
.TagClassName
{
border-color: #3EDA2A;
}
</style>