Shades of Lime Green #3ECD2E
Tints of Lime Green #3ECD2E
RGB
CMYK
RGB Variations
Color information
#3ECD2E (or 0x3ECD2E) is known color: Lime Green. HEX triplet: 3E, CD and 2E. RGB value is (62,205,46). Sum of RGB (Red+Green+Blue) = 62+205+46=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD2E is #C132D1. Grayscale: #909090. Windows color (decimal): -12661458 or 3067198. OLE color: 3067198.
HSL color Cylindrical-coordinate representation of color #3ECD2E: hue angle of 113.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ECD2E is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 46 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.20 |
| HSL | 113.96º | 0.63% | 0.49% | - |
| HSV(B) | 113.96º | 0.78% | 0.8% | - |
| XYZ | 24.31 | 44.88 | 9.97 | - |
| YUV | 144.12 | 72.62 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 46 | 0.70 | 0 | 0.78 | 0.20 | 113.96 | 0.63 | 0.49 |
| Hex | 3E | CD | 2E | 46 | 0 | 4E | 14 | 72 | 3F | 31 |
| Octal | 76 | 315 | 56 | 106 | 0 | 116 | 24 | 162 | 77 | 61 |
| Binary | 111110 | 11001101 | 101110 | 1000110 | 0 | 1001110 | 10100 | 1110010 | 111111 | 110001 |
Color Harmonies of #3ECD2E
Complementary color
Monochromatic Colors of #3ECD2E
Black with #3ECD2E
Text Example
Text Example
White with #3ECD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD2E; }
p { color: rgb(62,205,46); }
H1.HeaderClassName
{
color: #3ECD2E;
}
.AnyTagClassName
{
color: #3ECD2E;
}
</style>
background-color css
<style>
a { background-color: #3ECD2E; }
a { background-color: rgb(62,205,46); }
div.DivClassName
{
background-color: #3ECD2E;
}
.BgClassName
{
background-color: #3ECD2E;
}
</style>
border-color css
<style>
span { border-color: #3ECD2E; }
span { border-color: rgb(62,205,46); }
td.TdClassName
{
border-color: #3ECD2E;
}
.TagClassName
{
border-color: #3ECD2E;
}
</style>