Shades of Lime Green #3EC935
Tints of Lime Green #3EC935
RGB
CMYK
RGB Variations
Color information
#3EC935 (or 0x3EC935) is known color: Lime Green. HEX triplet: 3E, C9 and 35. RGB value is (62,201,53). Sum of RGB (Red+Green+Blue) = 62+201+53=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #3EC935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC935 is #C136CA. Grayscale: #8F8F8F. Windows color (decimal): -12662475 or 3524926. OLE color: 3524926.
HSL color Cylindrical-coordinate representation of color #3EC935: hue angle of 116.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EC935 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 201 | 53 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.21 |
| HSL | 116.35º | 0.58% | 0.5% | - |
| HSV(B) | 116.35º | 0.74% | 0.79% | - |
| XYZ | 23.52 | 43.05 | 10.44 | - |
| YUV | 142.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 201 | 53 | 0.69 | 0 | 0.74 | 0.21 | 116.35 | 0.58 | 0.5 |
| Hex | 3E | C9 | 35 | 45 | 0 | 4A | 15 | 74 | 3A | 32 |
| Octal | 76 | 311 | 65 | 105 | 0 | 112 | 25 | 164 | 72 | 62 |
| Binary | 111110 | 11001001 | 110101 | 1000101 | 0 | 1001010 | 10101 | 1110100 | 111010 | 110010 |
Color Harmonies of #3EC935
Complementary color
Monochromatic Colors of #3EC935
Black with #3EC935
Text Example
Text Example
White with #3EC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC935; }
p { color: rgb(62,201,53); }
H1.HeaderClassName
{
color: #3EC935;
}
.AnyTagClassName
{
color: #3EC935;
}
</style>
background-color css
<style>
a { background-color: #3EC935; }
a { background-color: rgb(62,201,53); }
div.DivClassName
{
background-color: #3EC935;
}
.BgClassName
{
background-color: #3EC935;
}
</style>
border-color css
<style>
span { border-color: #3EC935; }
span { border-color: rgb(62,201,53); }
td.TdClassName
{
border-color: #3EC935;
}
.TagClassName
{
border-color: #3EC935;
}
</style>