Shades of Lime Green #3ECD3A
Tints of Lime Green #3ECD3A
RGB
CMYK
RGB Variations
Color information
#3ECD3A (or 0x3ECD3A) is known color: Lime Green. HEX triplet: 3E, CD and 3A. RGB value is (62,205,58). Sum of RGB (Red+Green+Blue) = 62+205+58=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD3A is #C132C5. Grayscale: #919191. Windows color (decimal): -12661446 or 3853630. OLE color: 3853630.
HSL color Cylindrical-coordinate representation of color #3ECD3A: hue angle of 118.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECD3A is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 58 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.20 |
| HSL | 118.37º | 0.6% | 0.52% | - |
| HSV(B) | 118.37º | 0.72% | 0.8% | - |
| XYZ | 24.58 | 44.99 | 11.39 | - |
| YUV | 145.49 | 78.62 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 58 | 0.70 | 0 | 0.72 | 0.20 | 118.37 | 0.6 | 0.52 |
| Hex | 3E | CD | 3A | 46 | 0 | 48 | 14 | 76 | 3C | 34 |
| Octal | 76 | 315 | 72 | 106 | 0 | 110 | 24 | 166 | 74 | 64 |
| Binary | 111110 | 11001101 | 111010 | 1000110 | 0 | 1001000 | 10100 | 1110110 | 111100 | 110100 |
Color Harmonies of #3ECD3A
Complementary color
Monochromatic Colors of #3ECD3A
Black with #3ECD3A
Text Example
Text Example
White with #3ECD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD3A; }
p { color: rgb(62,205,58); }
H1.HeaderClassName
{
color: #3ECD3A;
}
.AnyTagClassName
{
color: #3ECD3A;
}
</style>
background-color css
<style>
a { background-color: #3ECD3A; }
a { background-color: rgb(62,205,58); }
div.DivClassName
{
background-color: #3ECD3A;
}
.BgClassName
{
background-color: #3ECD3A;
}
</style>
border-color css
<style>
span { border-color: #3ECD3A; }
span { border-color: rgb(62,205,58); }
td.TdClassName
{
border-color: #3ECD3A;
}
.TagClassName
{
border-color: #3ECD3A;
}
</style>