Shades of Lime Green #3ECA2C
Tints of Lime Green #3ECA2C
RGB
CMYK
RGB Variations
Color information
#3ECA2C (or 0x3ECA2C) is known color: Lime Green. HEX triplet: 3E, CA and 2C. RGB value is (62,202,44). Sum of RGB (Red+Green+Blue) = 62+202+44=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECA2C is #C135D3. Grayscale: #8E8E8E. Windows color (decimal): -12662228 or 2935358. OLE color: 2935358.
HSL color Cylindrical-coordinate representation of color #3ECA2C: hue angle of 113.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ECA2C is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 44 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.21 |
| HSL | 113.16º | 0.64% | 0.48% | - |
| HSV(B) | 113.16º | 0.78% | 0.79% | - |
| XYZ | 23.56 | 43.45 | 9.53 | - |
| YUV | 142.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 44 | 0.69 | 0 | 0.78 | 0.21 | 113.16 | 0.64 | 0.48 |
| Hex | 3E | CA | 2C | 45 | 0 | 4E | 15 | 71 | 40 | 30 |
| Octal | 76 | 312 | 54 | 105 | 0 | 116 | 25 | 161 | 100 | 60 |
| Binary | 111110 | 11001010 | 101100 | 1000101 | 0 | 1001110 | 10101 | 1110001 | 1000000 | 110000 |
Color Harmonies of #3ECA2C
Complementary color
Monochromatic Colors of #3ECA2C
Black with #3ECA2C
Text Example
Text Example
White with #3ECA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECA2C; }
p { color: rgb(62,202,44); }
H1.HeaderClassName
{
color: #3ECA2C;
}
.AnyTagClassName
{
color: #3ECA2C;
}
</style>
background-color css
<style>
a { background-color: #3ECA2C; }
a { background-color: rgb(62,202,44); }
div.DivClassName
{
background-color: #3ECA2C;
}
.BgClassName
{
background-color: #3ECA2C;
}
</style>
border-color css
<style>
span { border-color: #3ECA2C; }
span { border-color: rgb(62,202,44); }
td.TdClassName
{
border-color: #3ECA2C;
}
.TagClassName
{
border-color: #3ECA2C;
}
</style>