Shades of Lime Green #3ED825
Tints of Lime Green #3ED825
RGB
CMYK
RGB Variations
Color information
#3ED825 (or 0x3ED825) is known color: Lime Green. HEX triplet: 3E, D8 and 25. RGB value is (62,216,37). Sum of RGB (Red+Green+Blue) = 62+216+37=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED825 is #C127DA. Grayscale: #969696. Windows color (decimal): -12658651 or 2480190. OLE color: 2480190.
HSL color Cylindrical-coordinate representation of color #3ED825: hue angle of 111.62º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3ED825 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 37 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.15 |
| HSL | 111.62º | 0.71% | 0.5% | - |
| HSV(B) | 111.62º | 0.83% | 0.85% | - |
| XYZ | 26.88 | 50.27 | 10.04 | - |
| YUV | 149.55 | 64.48 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 37 | 0.71 | 0 | 0.83 | 0.15 | 111.62 | 0.71 | 0.5 |
| Hex | 3E | D8 | 25 | 47 | 0 | 53 | F | 70 | 47 | 32 |
| Octal | 76 | 330 | 45 | 107 | 0 | 123 | 17 | 160 | 107 | 62 |
| Binary | 111110 | 11011000 | 100101 | 1000111 | 0 | 1010011 | 1111 | 1110000 | 1000111 | 110010 |
Color Harmonies of #3ED825
Complementary color
Monochromatic Colors of #3ED825
Black with #3ED825
Text Example
Text Example
White with #3ED825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED825; }
p { color: rgb(62,216,37); }
H1.HeaderClassName
{
color: #3ED825;
}
.AnyTagClassName
{
color: #3ED825;
}
</style>
background-color css
<style>
a { background-color: #3ED825; }
a { background-color: rgb(62,216,37); }
div.DivClassName
{
background-color: #3ED825;
}
.BgClassName
{
background-color: #3ED825;
}
</style>
border-color css
<style>
span { border-color: #3ED825; }
span { border-color: rgb(62,216,37); }
td.TdClassName
{
border-color: #3ED825;
}
.TagClassName
{
border-color: #3ED825;
}
</style>