Shades of Lime Green #3EDE3B
Tints of Lime Green #3EDE3B
RGB
CMYK
RGB Variations
Color information
#3EDE3B (or 0x3EDE3B) is known color: Lime Green. HEX triplet: 3E, DE and 3B. RGB value is (62,222,59). Sum of RGB (Red+Green+Blue) = 62+222+59=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 222 (87.11% from 255 or 64.72% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE3B is #C121C4. Grayscale: #9C9C9C. Windows color (decimal): -12657093 or 3923518. OLE color: 3923518.
HSL color Cylindrical-coordinate representation of color #3EDE3B: hue angle of 118.9º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDE3B is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 59 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.13 |
| HSL | 118.9º | 0.71% | 0.55% | - |
| HSV(B) | 118.9º | 0.73% | 0.87% | - |
| XYZ | 28.9 | 53.58 | 12.96 | - |
| YUV | 155.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 59 | 0.72 | 0 | 0.73 | 0.13 | 118.9 | 0.71 | 0.55 |
| Hex | 3E | DE | 3B | 48 | 0 | 49 | D | 77 | 47 | 37 |
| Octal | 76 | 336 | 73 | 110 | 0 | 111 | 15 | 167 | 107 | 67 |
| Binary | 111110 | 11011110 | 111011 | 1001000 | 0 | 1001001 | 1101 | 1110111 | 1000111 | 110111 |
Color Harmonies of #3EDE3B
Complementary color
Monochromatic Colors of #3EDE3B
Black with #3EDE3B
Text Example
Text Example
White with #3EDE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE3B; }
p { color: rgb(62,222,59); }
H1.HeaderClassName
{
color: #3EDE3B;
}
.AnyTagClassName
{
color: #3EDE3B;
}
</style>
background-color css
<style>
a { background-color: #3EDE3B; }
a { background-color: rgb(62,222,59); }
div.DivClassName
{
background-color: #3EDE3B;
}
.BgClassName
{
background-color: #3EDE3B;
}
</style>
border-color css
<style>
span { border-color: #3EDE3B; }
span { border-color: rgb(62,222,59); }
td.TdClassName
{
border-color: #3EDE3B;
}
.TagClassName
{
border-color: #3EDE3B;
}
</style>