Shades of Lime Green #3ECF4A
Tints of Lime Green #3ECF4A
RGB
CMYK
RGB Variations
Color information
#3ECF4A (or 0x3ECF4A) is known color: Lime Green. HEX triplet: 3E, CF and 4A. RGB value is (62,207,74). Sum of RGB (Red+Green+Blue) = 62+207+74=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF4A is #C130B5. Grayscale: #949494. Windows color (decimal): -12660918 or 4902718. OLE color: 4902718.
HSL color Cylindrical-coordinate representation of color #3ECF4A: hue angle of 124.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECF4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 74 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.19 |
| HSL | 124.97º | 0.6% | 0.53% | - |
| HSV(B) | 124.97º | 0.7% | 0.81% | - |
| XYZ | 25.54 | 46.14 | 14.04 | - |
| YUV | 148.48 | 85.96 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 74 | 0.70 | 0 | 0.64 | 0.19 | 124.97 | 0.6 | 0.53 |
| Hex | 3E | CF | 4A | 46 | 0 | 40 | 13 | 7D | 3C | 35 |
| Octal | 76 | 317 | 112 | 106 | 0 | 100 | 23 | 175 | 74 | 65 |
| Binary | 111110 | 11001111 | 1001010 | 1000110 | 0 | 1000000 | 10011 | 1111101 | 111100 | 110101 |
Color Harmonies of #3ECF4A
Complementary color
Monochromatic Colors of #3ECF4A
Black with #3ECF4A
Text Example
Text Example
White with #3ECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF4A; }
p { color: rgb(62,207,74); }
H1.HeaderClassName
{
color: #3ECF4A;
}
.AnyTagClassName
{
color: #3ECF4A;
}
</style>
background-color css
<style>
a { background-color: #3ECF4A; }
a { background-color: rgb(62,207,74); }
div.DivClassName
{
background-color: #3ECF4A;
}
.BgClassName
{
background-color: #3ECF4A;
}
</style>
border-color css
<style>
span { border-color: #3ECF4A; }
span { border-color: rgb(62,207,74); }
td.TdClassName
{
border-color: #3ECF4A;
}
.TagClassName
{
border-color: #3ECF4A;
}
</style>