Shades of Lime Green #3EDD1F
Tints of Lime Green #3EDD1F
RGB
CMYK
RGB Variations
Color information
#3EDD1F (or 0x3EDD1F) is known color: Lime Green. HEX triplet: 3E, DD and 1F. RGB value is (62,221,31). Sum of RGB (Red+Green+Blue) = 62+221+31=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD1F is #C122E0. Grayscale: #989898. Windows color (decimal): -12657377 or 2088254. OLE color: 2088254.
HSL color Cylindrical-coordinate representation of color #3EDD1F: hue angle of 110.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3EDD1F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 31 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.13 |
| HSL | 110.21º | 0.75% | 0.49% | - |
| HSV(B) | 110.21º | 0.86% | 0.87% | - |
| XYZ | 28.09 | 52.84 | 10.01 | - |
| YUV | 151.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 31 | 0.72 | 0 | 0.86 | 0.13 | 110.21 | 0.75 | 0.49 |
| Hex | 3E | DD | 1F | 48 | 0 | 56 | D | 6E | 4B | 31 |
| Octal | 76 | 335 | 37 | 110 | 0 | 126 | 15 | 156 | 113 | 61 |
| Binary | 111110 | 11011101 | 11111 | 1001000 | 0 | 1010110 | 1101 | 1101110 | 1001011 | 110001 |
Color Harmonies of #3EDD1F
Complementary color
Monochromatic Colors of #3EDD1F
Black with #3EDD1F
Text Example
Text Example
White with #3EDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD1F; }
p { color: rgb(62,221,31); }
H1.HeaderClassName
{
color: #3EDD1F;
}
.AnyTagClassName
{
color: #3EDD1F;
}
</style>
background-color css
<style>
a { background-color: #3EDD1F; }
a { background-color: rgb(62,221,31); }
div.DivClassName
{
background-color: #3EDD1F;
}
.BgClassName
{
background-color: #3EDD1F;
}
</style>
border-color css
<style>
span { border-color: #3EDD1F; }
span { border-color: rgb(62,221,31); }
td.TdClassName
{
border-color: #3EDD1F;
}
.TagClassName
{
border-color: #3EDD1F;
}
</style>