Shades of Lime Green #3ED727
Tints of Lime Green #3ED727
RGB
CMYK
RGB Variations
Color information
#3ED727 (or 0x3ED727) is known color: Lime Green. HEX triplet: 3E, D7 and 27. RGB value is (62,215,39). Sum of RGB (Red+Green+Blue) = 62+215+39=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED727 is #C128D8. Grayscale: #959595. Windows color (decimal): -12658905 or 2611006. OLE color: 2611006.
HSL color Cylindrical-coordinate representation of color #3ED727: hue angle of 112.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ED727 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 39 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.16 |
| HSL | 112.16º | 0.69% | 0.5% | - |
| HSV(B) | 112.16º | 0.82% | 0.84% | - |
| XYZ | 26.65 | 49.77 | 10.12 | - |
| YUV | 149.19 | 65.81 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 39 | 0.71 | 0 | 0.82 | 0.16 | 112.16 | 0.69 | 0.5 |
| Hex | 3E | D7 | 27 | 47 | 0 | 52 | 10 | 70 | 45 | 32 |
| Octal | 76 | 327 | 47 | 107 | 0 | 122 | 20 | 160 | 105 | 62 |
| Binary | 111110 | 11010111 | 100111 | 1000111 | 0 | 1010010 | 10000 | 1110000 | 1000101 | 110010 |
Color Harmonies of #3ED727
Complementary color
Monochromatic Colors of #3ED727
Black with #3ED727
Text Example
Text Example
White with #3ED727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED727; }
p { color: rgb(62,215,39); }
H1.HeaderClassName
{
color: #3ED727;
}
.AnyTagClassName
{
color: #3ED727;
}
</style>
background-color css
<style>
a { background-color: #3ED727; }
a { background-color: rgb(62,215,39); }
div.DivClassName
{
background-color: #3ED727;
}
.BgClassName
{
background-color: #3ED727;
}
</style>
border-color css
<style>
span { border-color: #3ED727; }
span { border-color: rgb(62,215,39); }
td.TdClassName
{
border-color: #3ED727;
}
.TagClassName
{
border-color: #3ED727;
}
</style>