Shades of Lime Green #3EC925
Tints of Lime Green #3EC925
RGB
CMYK
RGB Variations
Color information
#3EC925 (or 0x3EC925) is known color: Lime Green. HEX triplet: 3E, C9 and 25. RGB value is (62,201,37). Sum of RGB (Red+Green+Blue) = 62+201+37=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #3EC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC925 is #C136DA. Grayscale: #8D8D8D. Windows color (decimal): -12662491 or 2476350. OLE color: 2476350.
HSL color Cylindrical-coordinate representation of color #3EC925: hue angle of 110.85º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EC925 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 201 | 37 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.21 |
| HSL | 110.85º | 0.69% | 0.47% | - |
| HSV(B) | 110.85º | 0.82% | 0.79% | - |
| XYZ | 23.21 | 42.93 | 8.81 | - |
| YUV | 140.74 | 69.45 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 201 | 37 | 0.69 | 0 | 0.82 | 0.21 | 110.85 | 0.69 | 0.47 |
| Hex | 3E | C9 | 25 | 45 | 0 | 52 | 15 | 6F | 45 | 2F |
| Octal | 76 | 311 | 45 | 105 | 0 | 122 | 25 | 157 | 105 | 57 |
| Binary | 111110 | 11001001 | 100101 | 1000101 | 0 | 1010010 | 10101 | 1101111 | 1000101 | 101111 |
Color Harmonies of #3EC925
Complementary color
Monochromatic Colors of #3EC925
Black with #3EC925
Text Example
Text Example
White with #3EC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC925; }
p { color: rgb(62,201,37); }
H1.HeaderClassName
{
color: #3EC925;
}
.AnyTagClassName
{
color: #3EC925;
}
</style>
background-color css
<style>
a { background-color: #3EC925; }
a { background-color: rgb(62,201,37); }
div.DivClassName
{
background-color: #3EC925;
}
.BgClassName
{
background-color: #3EC925;
}
</style>
border-color css
<style>
span { border-color: #3EC925; }
span { border-color: rgb(62,201,37); }
td.TdClassName
{
border-color: #3EC925;
}
.TagClassName
{
border-color: #3EC925;
}
</style>