Shades of Lime Green #3EC525
Tints of Lime Green #3EC525
RGB
CMYK
RGB Variations
Color information
#3EC525 (or 0x3EC525) is known color: Lime Green. HEX triplet: 3E, C5 and 25. RGB value is (62,197,37). Sum of RGB (Red+Green+Blue) = 62+197+37=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC525 is #C13ADA. Grayscale: #8A8A8A. Windows color (decimal): -12663515 or 2475326. OLE color: 2475326.
HSL color Cylindrical-coordinate representation of color #3EC525: hue angle of 110.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EC525 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 197 | 37 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.23 |
| HSL | 110.63º | 0.68% | 0.46% | - |
| HSV(B) | 110.63º | 0.81% | 0.77% | - |
| XYZ | 22.29 | 41.09 | 8.51 | - |
| YUV | 138.4 | 70.77 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 197 | 37 | 0.69 | 0 | 0.81 | 0.23 | 110.63 | 0.68 | 0.46 |
| Hex | 3E | C5 | 25 | 45 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 76 | 305 | 45 | 105 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111110 | 11000101 | 100101 | 1000101 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3EC525
Complementary color
Monochromatic Colors of #3EC525
Black with #3EC525
Text Example
Text Example
White with #3EC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC525; }
p { color: rgb(62,197,37); }
H1.HeaderClassName
{
color: #3EC525;
}
.AnyTagClassName
{
color: #3EC525;
}
</style>
background-color css
<style>
a { background-color: #3EC525; }
a { background-color: rgb(62,197,37); }
div.DivClassName
{
background-color: #3EC525;
}
.BgClassName
{
background-color: #3EC525;
}
</style>
border-color css
<style>
span { border-color: #3EC525; }
span { border-color: rgb(62,197,37); }
td.TdClassName
{
border-color: #3EC525;
}
.TagClassName
{
border-color: #3EC525;
}
</style>