Shades of Lime Green #3EEB2A
Tints of Lime Green #3EEB2A
RGB
CMYK
RGB Variations
Color information
#3EEB2A (or 0x3EEB2A) is known color: Lime Green. HEX triplet: 3E, EB and 2A. RGB value is (62,235,42). Sum of RGB (Red+Green+Blue) = 62+235+42=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 235 (92.19% from 255 or 69.32% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEB2A is #C114D5. Grayscale: #A1A1A1. Windows color (decimal): -12653782 or 2812734. OLE color: 2812734.
HSL color Cylindrical-coordinate representation of color #3EEB2A: hue angle of 113.78º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EEB2A is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 42 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.08 |
| HSL | 113.78º | 0.83% | 0.54% | - |
| HSV(B) | 113.78º | 0.82% | 0.92% | - |
| XYZ | 32.11 | 60.61 | 12.2 | - |
| YUV | 161.27 | 60.69 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 42 | 0.74 | 0 | 0.82 | 0.08 | 113.78 | 0.83 | 0.54 |
| Hex | 3E | EB | 2A | 4A | 0 | 52 | 8 | 72 | 53 | 36 |
| Octal | 76 | 353 | 52 | 112 | 0 | 122 | 10 | 162 | 123 | 66 |
| Binary | 111110 | 11101011 | 101010 | 1001010 | 0 | 1010010 | 1000 | 1110010 | 1010011 | 110110 |
Color Harmonies of #3EEB2A
Complementary color
Monochromatic Colors of #3EEB2A
Black with #3EEB2A
Text Example
Text Example
White with #3EEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEB2A; }
p { color: rgb(62,235,42); }
H1.HeaderClassName
{
color: #3EEB2A;
}
.AnyTagClassName
{
color: #3EEB2A;
}
</style>
background-color css
<style>
a { background-color: #3EEB2A; }
a { background-color: rgb(62,235,42); }
div.DivClassName
{
background-color: #3EEB2A;
}
.BgClassName
{
background-color: #3EEB2A;
}
</style>
border-color css
<style>
span { border-color: #3EEB2A; }
span { border-color: rgb(62,235,42); }
td.TdClassName
{
border-color: #3EEB2A;
}
.TagClassName
{
border-color: #3EEB2A;
}
</style>