Shades of Lime Green #3EC230
Tints of Lime Green #3EC230
RGB
CMYK
RGB Variations
Color information
#3EC230 (or 0x3EC230) is known color: Lime Green. HEX triplet: 3E, C2 and 30. RGB value is (62,194,48). Sum of RGB (Red+Green+Blue) = 62+194+48=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #3EC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC230 is #C13DCF. Grayscale: #8A8A8A. Windows color (decimal): -12664272 or 3195454. OLE color: 3195454.
HSL color Cylindrical-coordinate representation of color #3EC230: hue angle of 114.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EC230 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 194 | 48 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.24 |
| HSL | 114.25º | 0.6% | 0.47% | - |
| HSV(B) | 114.25º | 0.75% | 0.76% | - |
| XYZ | 21.81 | 39.82 | 9.33 | - |
| YUV | 137.89 | 77.27 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 194 | 48 | 0.68 | 0 | 0.75 | 0.24 | 114.25 | 0.6 | 0.47 |
| Hex | 3E | C2 | 30 | 44 | 0 | 4B | 18 | 72 | 3C | 2F |
| Octal | 76 | 302 | 60 | 104 | 0 | 113 | 30 | 162 | 74 | 57 |
| Binary | 111110 | 11000010 | 110000 | 1000100 | 0 | 1001011 | 11000 | 1110010 | 111100 | 101111 |
Color Harmonies of #3EC230
Complementary color
Monochromatic Colors of #3EC230
Black with #3EC230
Text Example
Text Example
White with #3EC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC230; }
p { color: rgb(62,194,48); }
H1.HeaderClassName
{
color: #3EC230;
}
.AnyTagClassName
{
color: #3EC230;
}
</style>
background-color css
<style>
a { background-color: #3EC230; }
a { background-color: rgb(62,194,48); }
div.DivClassName
{
background-color: #3EC230;
}
.BgClassName
{
background-color: #3EC230;
}
</style>
border-color css
<style>
span { border-color: #3EC230; }
span { border-color: rgb(62,194,48); }
td.TdClassName
{
border-color: #3EC230;
}
.TagClassName
{
border-color: #3EC230;
}
</style>