Shades of Lime Green #3EDF51
Tints of Lime Green #3EDF51
RGB
CMYK
RGB Variations
Color information
#3EDF51 (or 0x3EDF51) is known color: Lime Green. HEX triplet: 3E, DF and 51. RGB value is (62,223,81). Sum of RGB (Red+Green+Blue) = 62+223+81=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDF51 is #C120AE. Grayscale: #9F9F9F. Windows color (decimal): -12656815 or 5365566. OLE color: 5365566.
HSL color Cylindrical-coordinate representation of color #3EDF51: hue angle of 127.08º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDF51 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 81 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.13 |
| HSL | 127.08º | 0.72% | 0.56% | - |
| HSV(B) | 127.08º | 0.72% | 0.87% | - |
| XYZ | 29.86 | 54.39 | 16.71 | - |
| YUV | 158.67 | 84.16 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 81 | 0.72 | 0 | 0.64 | 0.13 | 127.08 | 0.72 | 0.56 |
| Hex | 3E | DF | 51 | 48 | 0 | 40 | D | 7F | 48 | 38 |
| Octal | 76 | 337 | 121 | 110 | 0 | 100 | 15 | 177 | 110 | 70 |
| Binary | 111110 | 11011111 | 1010001 | 1001000 | 0 | 1000000 | 1101 | 1111111 | 1001000 | 111000 |
Color Harmonies of #3EDF51
Complementary color
Monochromatic Colors of #3EDF51
Black with #3EDF51
Text Example
Text Example
White with #3EDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF51; }
p { color: rgb(62,223,81); }
H1.HeaderClassName
{
color: #3EDF51;
}
.AnyTagClassName
{
color: #3EDF51;
}
</style>
background-color css
<style>
a { background-color: #3EDF51; }
a { background-color: rgb(62,223,81); }
div.DivClassName
{
background-color: #3EDF51;
}
.BgClassName
{
background-color: #3EDF51;
}
</style>
border-color css
<style>
span { border-color: #3EDF51; }
span { border-color: rgb(62,223,81); }
td.TdClassName
{
border-color: #3EDF51;
}
.TagClassName
{
border-color: #3EDF51;
}
</style>