Shades of Lime Green #3EDF52
Tints of Lime Green #3EDF52
RGB
CMYK
RGB Variations
Color information
#3EDF52 (or 0x3EDF52) is known color: Lime Green. HEX triplet: 3E, DF and 52. RGB value is (62,223,82). Sum of RGB (Red+Green+Blue) = 62+223+82=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDF52 is #C120AD. Grayscale: #9F9F9F. Windows color (decimal): -12656814 or 5431102. OLE color: 5431102.
HSL color Cylindrical-coordinate representation of color #3EDF52: hue angle of 127.45º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDF52 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 82 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.13 |
| HSL | 127.45º | 0.72% | 0.56% | - |
| HSV(B) | 127.45º | 0.72% | 0.87% | - |
| XYZ | 29.9 | 54.41 | 16.91 | - |
| YUV | 158.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 82 | 0.72 | 0 | 0.63 | 0.13 | 127.45 | 0.72 | 0.56 |
| Hex | 3E | DF | 52 | 48 | 0 | 3F | D | 7F | 48 | 38 |
| Octal | 76 | 337 | 122 | 110 | 0 | 77 | 15 | 177 | 110 | 70 |
| Binary | 111110 | 11011111 | 1010010 | 1001000 | 0 | 111111 | 1101 | 1111111 | 1001000 | 111000 |
Color Harmonies of #3EDF52
Complementary color
Monochromatic Colors of #3EDF52
Black with #3EDF52
Text Example
Text Example
White with #3EDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF52; }
p { color: rgb(62,223,82); }
H1.HeaderClassName
{
color: #3EDF52;
}
.AnyTagClassName
{
color: #3EDF52;
}
</style>
background-color css
<style>
a { background-color: #3EDF52; }
a { background-color: rgb(62,223,82); }
div.DivClassName
{
background-color: #3EDF52;
}
.BgClassName
{
background-color: #3EDF52;
}
</style>
border-color css
<style>
span { border-color: #3EDF52; }
span { border-color: rgb(62,223,82); }
td.TdClassName
{
border-color: #3EDF52;
}
.TagClassName
{
border-color: #3EDF52;
}
</style>