Shades of Lime Green #3EDC2F
Tints of Lime Green #3EDC2F
RGB
CMYK
RGB Variations
Color information
#3EDC2F (or 0x3EDC2F) is known color: Lime Green. HEX triplet: 3E, DC and 2F. RGB value is (62,220,47). Sum of RGB (Red+Green+Blue) = 62+220+47=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC2F is #C123D0. Grayscale: #999999. Windows color (decimal): -12657617 or 3136574. OLE color: 3136574.
HSL color Cylindrical-coordinate representation of color #3EDC2F: hue angle of 114.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EDC2F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 47 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.14 |
| HSL | 114.8º | 0.71% | 0.52% | - |
| HSV(B) | 114.8º | 0.79% | 0.86% | - |
| XYZ | 28.09 | 52.42 | 11.33 | - |
| YUV | 153.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 47 | 0.72 | 0 | 0.79 | 0.14 | 114.8 | 0.71 | 0.52 |
| Hex | 3E | DC | 2F | 48 | 0 | 4F | E | 73 | 47 | 34 |
| Octal | 76 | 334 | 57 | 110 | 0 | 117 | 16 | 163 | 107 | 64 |
| Binary | 111110 | 11011100 | 101111 | 1001000 | 0 | 1001111 | 1110 | 1110011 | 1000111 | 110100 |
Color Harmonies of #3EDC2F
Complementary color
Monochromatic Colors of #3EDC2F
Black with #3EDC2F
Text Example
Text Example
White with #3EDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC2F; }
p { color: rgb(62,220,47); }
H1.HeaderClassName
{
color: #3EDC2F;
}
.AnyTagClassName
{
color: #3EDC2F;
}
</style>
background-color css
<style>
a { background-color: #3EDC2F; }
a { background-color: rgb(62,220,47); }
div.DivClassName
{
background-color: #3EDC2F;
}
.BgClassName
{
background-color: #3EDC2F;
}
</style>
border-color css
<style>
span { border-color: #3EDC2F; }
span { border-color: rgb(62,220,47); }
td.TdClassName
{
border-color: #3EDC2F;
}
.TagClassName
{
border-color: #3EDC2F;
}
</style>