Shades of Lime Green #3ECD4A
Tints of Lime Green #3ECD4A
RGB
CMYK
RGB Variations
Color information
#3ECD4A (or 0x3ECD4A) is known color: Lime Green. HEX triplet: 3E, CD and 4A. RGB value is (62,205,74). Sum of RGB (Red+Green+Blue) = 62+205+74=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD4A is #C132B5. Grayscale: #939393. Windows color (decimal): -12661430 or 4902206. OLE color: 4902206.
HSL color Cylindrical-coordinate representation of color #3ECD4A: hue angle of 125.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECD4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 74 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.20 |
| HSL | 125.04º | 0.59% | 0.52% | - |
| HSV(B) | 125.04º | 0.7% | 0.8% | - |
| XYZ | 25.05 | 45.18 | 13.88 | - |
| YUV | 147.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 74 | 0.70 | 0 | 0.64 | 0.20 | 125.04 | 0.59 | 0.52 |
| Hex | 3E | CD | 4A | 46 | 0 | 40 | 14 | 7D | 3B | 34 |
| Octal | 76 | 315 | 112 | 106 | 0 | 100 | 24 | 175 | 73 | 64 |
| Binary | 111110 | 11001101 | 1001010 | 1000110 | 0 | 1000000 | 10100 | 1111101 | 111011 | 110100 |
Color Harmonies of #3ECD4A
Complementary color
Monochromatic Colors of #3ECD4A
Black with #3ECD4A
Text Example
Text Example
White with #3ECD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD4A; }
p { color: rgb(62,205,74); }
H1.HeaderClassName
{
color: #3ECD4A;
}
.AnyTagClassName
{
color: #3ECD4A;
}
</style>
background-color css
<style>
a { background-color: #3ECD4A; }
a { background-color: rgb(62,205,74); }
div.DivClassName
{
background-color: #3ECD4A;
}
.BgClassName
{
background-color: #3ECD4A;
}
</style>
border-color css
<style>
span { border-color: #3ECD4A; }
span { border-color: rgb(62,205,74); }
td.TdClassName
{
border-color: #3ECD4A;
}
.TagClassName
{
border-color: #3ECD4A;
}
</style>