Shades of Lime Green #3ECA3C
Tints of Lime Green #3ECA3C
RGB
CMYK
RGB Variations
Color information
#3ECA3C (or 0x3ECA3C) is known color: Lime Green. HEX triplet: 3E, CA and 3C. RGB value is (62,202,60). Sum of RGB (Red+Green+Blue) = 62+202+60=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECA3C is #C135C3. Grayscale: #909090. Windows color (decimal): -12662212 or 3983934. OLE color: 3983934.
HSL color Cylindrical-coordinate representation of color #3ECA3C: hue angle of 119.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECA3C is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 60 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.21 |
| HSL | 119.15º | 0.57% | 0.51% | - |
| HSV(B) | 119.15º | 0.7% | 0.79% | - |
| XYZ | 23.92 | 43.59 | 11.43 | - |
| YUV | 143.95 | 80.62 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 60 | 0.69 | 0 | 0.70 | 0.21 | 119.15 | 0.57 | 0.51 |
| Hex | 3E | CA | 3C | 45 | 0 | 46 | 15 | 77 | 39 | 33 |
| Octal | 76 | 312 | 74 | 105 | 0 | 106 | 25 | 167 | 71 | 63 |
| Binary | 111110 | 11001010 | 111100 | 1000101 | 0 | 1000110 | 10101 | 1110111 | 111001 | 110011 |
Color Harmonies of #3ECA3C
Complementary color
Monochromatic Colors of #3ECA3C
Black with #3ECA3C
Text Example
Text Example
White with #3ECA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECA3C; }
p { color: rgb(62,202,60); }
H1.HeaderClassName
{
color: #3ECA3C;
}
.AnyTagClassName
{
color: #3ECA3C;
}
</style>
background-color css
<style>
a { background-color: #3ECA3C; }
a { background-color: rgb(62,202,60); }
div.DivClassName
{
background-color: #3ECA3C;
}
.BgClassName
{
background-color: #3ECA3C;
}
</style>
border-color css
<style>
span { border-color: #3ECA3C; }
span { border-color: rgb(62,202,60); }
td.TdClassName
{
border-color: #3ECA3C;
}
.TagClassName
{
border-color: #3ECA3C;
}
</style>