Shades of Lime Green #3EDB2F
Tints of Lime Green #3EDB2F
RGB
CMYK
RGB Variations
Color information
#3EDB2F (or 0x3EDB2F) is known color: Lime Green. HEX triplet: 3E, DB and 2F. RGB value is (62,219,47). Sum of RGB (Red+Green+Blue) = 62+219+47=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDB2F is #C124D0. Grayscale: #989898. Windows color (decimal): -12657873 or 3136318. OLE color: 3136318.
HSL color Cylindrical-coordinate representation of color #3EDB2F: hue angle of 114.77º degrees, saturation: 0.7, 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 #3EDB2F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 47 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.14 |
| HSL | 114.77º | 0.7% | 0.52% | - |
| HSV(B) | 114.77º | 0.79% | 0.86% | - |
| XYZ | 27.83 | 51.89 | 11.24 | - |
| YUV | 152.45 | 68.49 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 47 | 0.72 | 0 | 0.79 | 0.14 | 114.77 | 0.7 | 0.52 |
| Hex | 3E | DB | 2F | 48 | 0 | 4F | E | 73 | 46 | 34 |
| Octal | 76 | 333 | 57 | 110 | 0 | 117 | 16 | 163 | 106 | 64 |
| Binary | 111110 | 11011011 | 101111 | 1001000 | 0 | 1001111 | 1110 | 1110011 | 1000110 | 110100 |
Color Harmonies of #3EDB2F
Complementary color
Monochromatic Colors of #3EDB2F
Black with #3EDB2F
Text Example
Text Example
White with #3EDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDB2F; }
p { color: rgb(62,219,47); }
H1.HeaderClassName
{
color: #3EDB2F;
}
.AnyTagClassName
{
color: #3EDB2F;
}
</style>
background-color css
<style>
a { background-color: #3EDB2F; }
a { background-color: rgb(62,219,47); }
div.DivClassName
{
background-color: #3EDB2F;
}
.BgClassName
{
background-color: #3EDB2F;
}
</style>
border-color css
<style>
span { border-color: #3EDB2F; }
span { border-color: rgb(62,219,47); }
td.TdClassName
{
border-color: #3EDB2F;
}
.TagClassName
{
border-color: #3EDB2F;
}
</style>