Shades of Lime Green #3ECD46
Tints of Lime Green #3ECD46
RGB
CMYK
RGB Variations
Color information
#3ECD46 (or 0x3ECD46) is known color: Lime Green. HEX triplet: 3E, CD and 46. RGB value is (62,205,70). Sum of RGB (Red+Green+Blue) = 62+205+70=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD46 is #C132B9. Grayscale: #939393. Windows color (decimal): -12661434 or 4640062. OLE color: 4640062.
HSL color Cylindrical-coordinate representation of color #3ECD46: hue angle of 123.36º degrees, saturation: 0.59, 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 #3ECD46 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 70 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.20 |
| HSL | 123.36º | 0.59% | 0.52% | - |
| HSV(B) | 123.36º | 0.7% | 0.8% | - |
| XYZ | 24.92 | 45.13 | 13.19 | - |
| YUV | 146.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 70 | 0.70 | 0 | 0.66 | 0.20 | 123.36 | 0.59 | 0.52 |
| Hex | 3E | CD | 46 | 46 | 0 | 42 | 14 | 7B | 3B | 34 |
| Octal | 76 | 315 | 106 | 106 | 0 | 102 | 24 | 173 | 73 | 64 |
| Binary | 111110 | 11001101 | 1000110 | 1000110 | 0 | 1000010 | 10100 | 1111011 | 111011 | 110100 |
Color Harmonies of #3ECD46
Complementary color
Monochromatic Colors of #3ECD46
Black with #3ECD46
Text Example
Text Example
White with #3ECD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD46; }
p { color: rgb(62,205,70); }
H1.HeaderClassName
{
color: #3ECD46;
}
.AnyTagClassName
{
color: #3ECD46;
}
</style>
background-color css
<style>
a { background-color: #3ECD46; }
a { background-color: rgb(62,205,70); }
div.DivClassName
{
background-color: #3ECD46;
}
.BgClassName
{
background-color: #3ECD46;
}
</style>
border-color css
<style>
span { border-color: #3ECD46; }
span { border-color: rgb(62,205,70); }
td.TdClassName
{
border-color: #3ECD46;
}
.TagClassName
{
border-color: #3ECD46;
}
</style>