Shades of Lime Green #3EE527
Tints of Lime Green #3EE527
RGB
CMYK
RGB Variations
Color information
#3EE527 (or 0x3EE527) is known color: Lime Green. HEX triplet: 3E, E5 and 27. RGB value is (62,229,39). Sum of RGB (Red+Green+Blue) = 62+229+39=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE527 is #C11AD8. Grayscale: #9D9D9D. Windows color (decimal): -12655321 or 2614590. OLE color: 2614590.
HSL color Cylindrical-coordinate representation of color #3EE527: hue angle of 112.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3EE527 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 39 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.10 |
| HSL | 112.74º | 0.79% | 0.53% | - |
| HSV(B) | 112.74º | 0.83% | 0.9% | - |
| XYZ | 30.37 | 57.21 | 11.36 | - |
| YUV | 157.41 | 61.17 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 39 | 0.73 | 0 | 0.83 | 0.10 | 112.74 | 0.79 | 0.53 |
| Hex | 3E | E5 | 27 | 49 | 0 | 53 | A | 71 | 4F | 35 |
| Octal | 76 | 345 | 47 | 111 | 0 | 123 | 12 | 161 | 117 | 65 |
| Binary | 111110 | 11100101 | 100111 | 1001001 | 0 | 1010011 | 1010 | 1110001 | 1001111 | 110101 |
Color Harmonies of #3EE527
Complementary color
Monochromatic Colors of #3EE527
Black with #3EE527
Text Example
Text Example
White with #3EE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE527; }
p { color: rgb(62,229,39); }
H1.HeaderClassName
{
color: #3EE527;
}
.AnyTagClassName
{
color: #3EE527;
}
</style>
background-color css
<style>
a { background-color: #3EE527; }
a { background-color: rgb(62,229,39); }
div.DivClassName
{
background-color: #3EE527;
}
.BgClassName
{
background-color: #3EE527;
}
</style>
border-color css
<style>
span { border-color: #3EE527; }
span { border-color: rgb(62,229,39); }
td.TdClassName
{
border-color: #3EE527;
}
.TagClassName
{
border-color: #3EE527;
}
</style>