Shades of Lime Green #3EC625
Tints of Lime Green #3EC625
RGB
CMYK
RGB Variations
Color information
#3EC625 (or 0x3EC625) is known color: Lime Green. HEX triplet: 3E, C6 and 25. RGB value is (62,198,37). Sum of RGB (Red+Green+Blue) = 62+198+37=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC625 is #C139DA. Grayscale: #8B8B8B. Windows color (decimal): -12663259 or 2475582. OLE color: 2475582.
HSL color Cylindrical-coordinate representation of color #3EC625: hue angle of 110.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EC625 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 37 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.22 |
| HSL | 110.68º | 0.69% | 0.46% | - |
| HSV(B) | 110.68º | 0.81% | 0.78% | - |
| XYZ | 22.51 | 41.55 | 8.58 | - |
| YUV | 138.98 | 70.44 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 37 | 0.69 | 0 | 0.81 | 0.22 | 110.68 | 0.69 | 0.46 |
| Hex | 3E | C6 | 25 | 45 | 0 | 51 | 16 | 6F | 45 | 2E |
| Octal | 76 | 306 | 45 | 105 | 0 | 121 | 26 | 157 | 105 | 56 |
| Binary | 111110 | 11000110 | 100101 | 1000101 | 0 | 1010001 | 10110 | 1101111 | 1000101 | 101110 |
Color Harmonies of #3EC625
Complementary color
Monochromatic Colors of #3EC625
Black with #3EC625
Text Example
Text Example
White with #3EC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC625; }
p { color: rgb(62,198,37); }
H1.HeaderClassName
{
color: #3EC625;
}
.AnyTagClassName
{
color: #3EC625;
}
</style>
background-color css
<style>
a { background-color: #3EC625; }
a { background-color: rgb(62,198,37); }
div.DivClassName
{
background-color: #3EC625;
}
.BgClassName
{
background-color: #3EC625;
}
</style>
border-color css
<style>
span { border-color: #3EC625; }
span { border-color: rgb(62,198,37); }
td.TdClassName
{
border-color: #3EC625;
}
.TagClassName
{
border-color: #3EC625;
}
</style>