Shades of Lime Green #3EDF2B
Tints of Lime Green #3EDF2B
RGB
CMYK
RGB Variations
Color information
#3EDF2B (or 0x3EDF2B) is known color: Lime Green. HEX triplet: 3E, DF and 2B. RGB value is (62,223,43). Sum of RGB (Red+Green+Blue) = 62+223+43=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDF2B is #C120D4. Grayscale: #9A9A9A. Windows color (decimal): -12656853 or 2875198. OLE color: 2875198.
HSL color Cylindrical-coordinate representation of color #3EDF2B: hue angle of 113.67º degrees, saturation: 0.74, 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 #3EDF2B is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 43 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.13 |
| HSL | 113.67º | 0.74% | 0.52% | - |
| HSV(B) | 113.67º | 0.81% | 0.87% | - |
| XYZ | 28.81 | 53.97 | 11.19 | - |
| YUV | 154.34 | 65.16 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 43 | 0.72 | 0 | 0.81 | 0.13 | 113.67 | 0.74 | 0.52 |
| Hex | 3E | DF | 2B | 48 | 0 | 51 | D | 72 | 4A | 34 |
| Octal | 76 | 337 | 53 | 110 | 0 | 121 | 15 | 162 | 112 | 64 |
| Binary | 111110 | 11011111 | 101011 | 1001000 | 0 | 1010001 | 1101 | 1110010 | 1001010 | 110100 |
Color Harmonies of #3EDF2B
Complementary color
Monochromatic Colors of #3EDF2B
Black with #3EDF2B
Text Example
Text Example
White with #3EDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF2B; }
p { color: rgb(62,223,43); }
H1.HeaderClassName
{
color: #3EDF2B;
}
.AnyTagClassName
{
color: #3EDF2B;
}
</style>
background-color css
<style>
a { background-color: #3EDF2B; }
a { background-color: rgb(62,223,43); }
div.DivClassName
{
background-color: #3EDF2B;
}
.BgClassName
{
background-color: #3EDF2B;
}
</style>
border-color css
<style>
span { border-color: #3EDF2B; }
span { border-color: rgb(62,223,43); }
td.TdClassName
{
border-color: #3EDF2B;
}
.TagClassName
{
border-color: #3EDF2B;
}
</style>