Shades of Lime Green #3ECC4A
Tints of Lime Green #3ECC4A
RGB
CMYK
RGB Variations
Color information
#3ECC4A (or 0x3ECC4A) is known color: Lime Green. HEX triplet: 3E, CC and 4A. RGB value is (62,204,74). Sum of RGB (Red+Green+Blue) = 62+204+74=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC4A is #C133B5. Grayscale: #939393. Windows color (decimal): -12661686 or 4901950. OLE color: 4901950.
HSL color Cylindrical-coordinate representation of color #3ECC4A: hue angle of 125.07º degrees, saturation: 0.58, 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 #3ECC4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 74 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.2 |
| HSL | 125.07º | 0.58% | 0.52% | - |
| HSV(B) | 125.07º | 0.7% | 0.8% | - |
| XYZ | 24.82 | 44.7 | 13.8 | - |
| YUV | 146.72 | 86.96 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 74 | 0.70 | 0 | 0.64 | 0.2 | 125.07 | 0.58 | 0.52 |
| Hex | 3E | CC | 4A | 46 | 0 | 40 | 14 | 7D | 3A | 34 |
| Octal | 76 | 314 | 112 | 106 | 0 | 100 | 24 | 175 | 72 | 64 |
| Binary | 111110 | 11001100 | 1001010 | 1000110 | 0 | 1000000 | 10100 | 1111101 | 111010 | 110100 |
Color Harmonies of #3ECC4A
Complementary color
Monochromatic Colors of #3ECC4A
Black with #3ECC4A
Text Example
Text Example
White with #3ECC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECC4A; }
p { color: rgb(62,204,74); }
H1.HeaderClassName
{
color: #3ECC4A;
}
.AnyTagClassName
{
color: #3ECC4A;
}
</style>
background-color css
<style>
a { background-color: #3ECC4A; }
a { background-color: rgb(62,204,74); }
div.DivClassName
{
background-color: #3ECC4A;
}
.BgClassName
{
background-color: #3ECC4A;
}
</style>
border-color css
<style>
span { border-color: #3ECC4A; }
span { border-color: rgb(62,204,74); }
td.TdClassName
{
border-color: #3ECC4A;
}
.TagClassName
{
border-color: #3ECC4A;
}
</style>