Shades of Lime Green #3ED34A
Tints of Lime Green #3ED34A
RGB
CMYK
RGB Variations
Color information
#3ED34A (or 0x3ED34A) is known color: Lime Green. HEX triplet: 3E, D3 and 4A. RGB value is (62,211,74). Sum of RGB (Red+Green+Blue) = 62+211+74=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED34A is #C12CB5. Grayscale: #979797. Windows color (decimal): -12659894 or 4903742. OLE color: 4903742.
HSL color Cylindrical-coordinate representation of color #3ED34A: hue angle of 124.83º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED34A is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 74 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.17 |
| HSL | 124.83º | 0.63% | 0.54% | - |
| HSV(B) | 124.83º | 0.71% | 0.83% | - |
| XYZ | 26.52 | 48.11 | 14.37 | - |
| YUV | 150.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 74 | 0.71 | 0 | 0.65 | 0.17 | 124.83 | 0.63 | 0.54 |
| Hex | 3E | D3 | 4A | 47 | 0 | 41 | 11 | 7D | 3F | 36 |
| Octal | 76 | 323 | 112 | 107 | 0 | 101 | 21 | 175 | 77 | 66 |
| Binary | 111110 | 11010011 | 1001010 | 1000111 | 0 | 1000001 | 10001 | 1111101 | 111111 | 110110 |
Color Harmonies of #3ED34A
Complementary color
Monochromatic Colors of #3ED34A
Black with #3ED34A
Text Example
Text Example
White with #3ED34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED34A; }
p { color: rgb(62,211,74); }
H1.HeaderClassName
{
color: #3ED34A;
}
.AnyTagClassName
{
color: #3ED34A;
}
</style>
background-color css
<style>
a { background-color: #3ED34A; }
a { background-color: rgb(62,211,74); }
div.DivClassName
{
background-color: #3ED34A;
}
.BgClassName
{
background-color: #3ED34A;
}
</style>
border-color css
<style>
span { border-color: #3ED34A; }
span { border-color: rgb(62,211,74); }
td.TdClassName
{
border-color: #3ED34A;
}
.TagClassName
{
border-color: #3ED34A;
}
</style>