Shades of Lime Green #3EDF40
Tints of Lime Green #3EDF40
RGB
CMYK
RGB Variations
Color information
#3EDF40 (or 0x3EDF40) is known color: Lime Green. HEX triplet: 3E, DF and 40. RGB value is (62,223,64). Sum of RGB (Red+Green+Blue) = 62+223+64=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDF40 is #C120BF. Grayscale: #9D9D9D. Windows color (decimal): -12656832 or 4251454. OLE color: 4251454.
HSL color Cylindrical-coordinate representation of color #3EDF40: hue angle of 120.75º 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 #3EDF40 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 64 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.13 |
| HSL | 120.75º | 0.72% | 0.56% | - |
| HSV(B) | 120.75º | 0.72% | 0.87% | - |
| XYZ | 29.3 | 54.17 | 13.76 | - |
| YUV | 156.74 | 75.66 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 64 | 0.72 | 0 | 0.71 | 0.13 | 120.75 | 0.72 | 0.56 |
| Hex | 3E | DF | 40 | 48 | 0 | 47 | D | 79 | 48 | 38 |
| Octal | 76 | 337 | 100 | 110 | 0 | 107 | 15 | 171 | 110 | 70 |
| Binary | 111110 | 11011111 | 1000000 | 1001000 | 0 | 1000111 | 1101 | 1111001 | 1001000 | 111000 |
Color Harmonies of #3EDF40
Complementary color
Monochromatic Colors of #3EDF40
Black with #3EDF40
Text Example
Text Example
White with #3EDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF40; }
p { color: rgb(62,223,64); }
H1.HeaderClassName
{
color: #3EDF40;
}
.AnyTagClassName
{
color: #3EDF40;
}
</style>
background-color css
<style>
a { background-color: #3EDF40; }
a { background-color: rgb(62,223,64); }
div.DivClassName
{
background-color: #3EDF40;
}
.BgClassName
{
background-color: #3EDF40;
}
</style>
border-color css
<style>
span { border-color: #3EDF40; }
span { border-color: rgb(62,223,64); }
td.TdClassName
{
border-color: #3EDF40;
}
.TagClassName
{
border-color: #3EDF40;
}
</style>