Shades of Lime Green #3EE325
Tints of Lime Green #3EE325
RGB
CMYK
RGB Variations
Color information
#3EE325 (or 0x3EE325) is known color: Lime Green. HEX triplet: 3E, E3 and 25. RGB value is (62,227,37). Sum of RGB (Red+Green+Blue) = 62+227+37=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE325 is #C11CDA. Grayscale: #9C9C9C. Windows color (decimal): -12655835 or 2483006. OLE color: 2483006.
HSL color Cylindrical-coordinate representation of color #3EE325: hue angle of 112.11º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3EE325 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 37 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.11 |
| HSL | 112.11º | 0.77% | 0.52% | - |
| HSV(B) | 112.11º | 0.84% | 0.89% | - |
| XYZ | 29.79 | 56.1 | 11.01 | - |
| YUV | 156.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 37 | 0.73 | 0 | 0.84 | 0.11 | 112.11 | 0.77 | 0.52 |
| Hex | 3E | E3 | 25 | 49 | 0 | 54 | B | 70 | 4D | 34 |
| Octal | 76 | 343 | 45 | 111 | 0 | 124 | 13 | 160 | 115 | 64 |
| Binary | 111110 | 11100011 | 100101 | 1001001 | 0 | 1010100 | 1011 | 1110000 | 1001101 | 110100 |
Color Harmonies of #3EE325
Complementary color
Monochromatic Colors of #3EE325
Black with #3EE325
Text Example
Text Example
White with #3EE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE325; }
p { color: rgb(62,227,37); }
H1.HeaderClassName
{
color: #3EE325;
}
.AnyTagClassName
{
color: #3EE325;
}
</style>
background-color css
<style>
a { background-color: #3EE325; }
a { background-color: rgb(62,227,37); }
div.DivClassName
{
background-color: #3EE325;
}
.BgClassName
{
background-color: #3EE325;
}
</style>
border-color css
<style>
span { border-color: #3EE325; }
span { border-color: rgb(62,227,37); }
td.TdClassName
{
border-color: #3EE325;
}
.TagClassName
{
border-color: #3EE325;
}
</style>