Shades of Lime Green #3ED72B
Tints of Lime Green #3ED72B
RGB
CMYK
RGB Variations
Color information
#3ED72B (or 0x3ED72B) is known color: Lime Green. HEX triplet: 3E, D7 and 2B. RGB value is (62,215,43). Sum of RGB (Red+Green+Blue) = 62+215+43=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED72B is #C128D4. Grayscale: #969696. Windows color (decimal): -12658901 or 2873150. OLE color: 2873150.
HSL color Cylindrical-coordinate representation of color #3ED72B: hue angle of 113.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3ED72B is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 43 | - |
| CMYK | 0.71 | 0 | 0.8 | 0.16 |
| HSL | 113.37º | 0.68% | 0.51% | - |
| HSV(B) | 113.37º | 0.8% | 0.84% | - |
| XYZ | 26.72 | 49.8 | 10.49 | - |
| YUV | 149.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 43 | 0.71 | 0 | 0.8 | 0.16 | 113.37 | 0.68 | 0.51 |
| Hex | 3E | D7 | 2B | 47 | 0 | 50 | 10 | 71 | 44 | 33 |
| Octal | 76 | 327 | 53 | 107 | 0 | 120 | 20 | 161 | 104 | 63 |
| Binary | 111110 | 11010111 | 101011 | 1000111 | 0 | 1010000 | 10000 | 1110001 | 1000100 | 110011 |
Color Harmonies of #3ED72B
Complementary color
Monochromatic Colors of #3ED72B
Black with #3ED72B
Text Example
Text Example
White with #3ED72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED72B; }
p { color: rgb(62,215,43); }
H1.HeaderClassName
{
color: #3ED72B;
}
.AnyTagClassName
{
color: #3ED72B;
}
</style>
background-color css
<style>
a { background-color: #3ED72B; }
a { background-color: rgb(62,215,43); }
div.DivClassName
{
background-color: #3ED72B;
}
.BgClassName
{
background-color: #3ED72B;
}
</style>
border-color css
<style>
span { border-color: #3ED72B; }
span { border-color: rgb(62,215,43); }
td.TdClassName
{
border-color: #3ED72B;
}
.TagClassName
{
border-color: #3ED72B;
}
</style>