Shades of Lime Green #3EDE2B
Tints of Lime Green #3EDE2B
RGB
CMYK
RGB Variations
Color information
#3EDE2B (or 0x3EDE2B) is known color: Lime Green. HEX triplet: 3E, DE and 2B. RGB value is (62,222,43). Sum of RGB (Red+Green+Blue) = 62+222+43=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE2B is #C121D4. Grayscale: #9A9A9A. Windows color (decimal): -12657109 or 2874942. OLE color: 2874942.
HSL color Cylindrical-coordinate representation of color #3EDE2B: hue angle of 113.63º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EDE2B is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 43 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.13 |
| HSL | 113.63º | 0.73% | 0.52% | - |
| HSV(B) | 113.63º | 0.81% | 0.87% | - |
| XYZ | 28.54 | 53.44 | 11.1 | - |
| YUV | 153.75 | 65.49 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 43 | 0.72 | 0 | 0.81 | 0.13 | 113.63 | 0.73 | 0.52 |
| Hex | 3E | DE | 2B | 48 | 0 | 51 | D | 72 | 49 | 34 |
| Octal | 76 | 336 | 53 | 110 | 0 | 121 | 15 | 162 | 111 | 64 |
| Binary | 111110 | 11011110 | 101011 | 1001000 | 0 | 1010001 | 1101 | 1110010 | 1001001 | 110100 |
Color Harmonies of #3EDE2B
Complementary color
Monochromatic Colors of #3EDE2B
Black with #3EDE2B
Text Example
Text Example
White with #3EDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE2B; }
p { color: rgb(62,222,43); }
H1.HeaderClassName
{
color: #3EDE2B;
}
.AnyTagClassName
{
color: #3EDE2B;
}
</style>
background-color css
<style>
a { background-color: #3EDE2B; }
a { background-color: rgb(62,222,43); }
div.DivClassName
{
background-color: #3EDE2B;
}
.BgClassName
{
background-color: #3EDE2B;
}
</style>
border-color css
<style>
span { border-color: #3EDE2B; }
span { border-color: rgb(62,222,43); }
td.TdClassName
{
border-color: #3EDE2B;
}
.TagClassName
{
border-color: #3EDE2B;
}
</style>