Shades of Lime Green #3EDF31
Tints of Lime Green #3EDF31
RGB
CMYK
RGB Variations
Color information
#3EDF31 (or 0x3EDF31) is known color: Lime Green. HEX triplet: 3E, DF and 31. RGB value is (62,223,49). Sum of RGB (Red+Green+Blue) = 62+223+49=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDF31 is #C120CE. Grayscale: #9B9B9B. Windows color (decimal): -12656847 or 3268414. OLE color: 3268414.
HSL color Cylindrical-coordinate representation of color #3EDF31: hue angle of 115.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EDF31 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.13 |
| HSL | 115.52º | 0.73% | 0.53% | - |
| HSV(B) | 115.52º | 0.78% | 0.87% | - |
| XYZ | 28.93 | 54.02 | 11.81 | - |
| YUV | 155.03 | 68.16 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 49 | 0.72 | 0 | 0.78 | 0.13 | 115.52 | 0.73 | 0.53 |
| Hex | 3E | DF | 31 | 48 | 0 | 4E | D | 74 | 49 | 35 |
| Octal | 76 | 337 | 61 | 110 | 0 | 116 | 15 | 164 | 111 | 65 |
| Binary | 111110 | 11011111 | 110001 | 1001000 | 0 | 1001110 | 1101 | 1110100 | 1001001 | 110101 |
Color Harmonies of #3EDF31
Complementary color
Monochromatic Colors of #3EDF31
Black with #3EDF31
Text Example
Text Example
White with #3EDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF31; }
p { color: rgb(62,223,49); }
H1.HeaderClassName
{
color: #3EDF31;
}
.AnyTagClassName
{
color: #3EDF31;
}
</style>
background-color css
<style>
a { background-color: #3EDF31; }
a { background-color: rgb(62,223,49); }
div.DivClassName
{
background-color: #3EDF31;
}
.BgClassName
{
background-color: #3EDF31;
}
</style>
border-color css
<style>
span { border-color: #3EDF31; }
span { border-color: rgb(62,223,49); }
td.TdClassName
{
border-color: #3EDF31;
}
.TagClassName
{
border-color: #3EDF31;
}
</style>