Shades of Lime Green #3ECE3D
Tints of Lime Green #3ECE3D
RGB
CMYK
RGB Variations
Color information
#3ECE3D (or 0x3ECE3D) is known color: Lime Green. HEX triplet: 3E, CE and 3D. RGB value is (62,206,61). Sum of RGB (Red+Green+Blue) = 62+206+61=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE3D is #C131C2. Grayscale: #929292. Windows color (decimal): -12661187 or 4050494. OLE color: 4050494.
HSL color Cylindrical-coordinate representation of color #3ECE3D: hue angle of 119.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECE3D is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 61 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.19 |
| HSL | 119.59º | 0.6% | 0.52% | - |
| HSV(B) | 119.59º | 0.7% | 0.81% | - |
| XYZ | 24.9 | 45.5 | 11.89 | - |
| YUV | 146.41 | 79.79 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 61 | 0.70 | 0 | 0.70 | 0.19 | 119.59 | 0.6 | 0.52 |
| Hex | 3E | CE | 3D | 46 | 0 | 46 | 13 | 78 | 3C | 34 |
| Octal | 76 | 316 | 75 | 106 | 0 | 106 | 23 | 170 | 74 | 64 |
| Binary | 111110 | 11001110 | 111101 | 1000110 | 0 | 1000110 | 10011 | 1111000 | 111100 | 110100 |
Color Harmonies of #3ECE3D
Complementary color
Monochromatic Colors of #3ECE3D
Black with #3ECE3D
Text Example
Text Example
White with #3ECE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE3D; }
p { color: rgb(62,206,61); }
H1.HeaderClassName
{
color: #3ECE3D;
}
.AnyTagClassName
{
color: #3ECE3D;
}
</style>
background-color css
<style>
a { background-color: #3ECE3D; }
a { background-color: rgb(62,206,61); }
div.DivClassName
{
background-color: #3ECE3D;
}
.BgClassName
{
background-color: #3ECE3D;
}
</style>
border-color css
<style>
span { border-color: #3ECE3D; }
span { border-color: rgb(62,206,61); }
td.TdClassName
{
border-color: #3ECE3D;
}
.TagClassName
{
border-color: #3ECE3D;
}
</style>