Shades of Lime Green #3EC135
Tints of Lime Green #3EC135
RGB
CMYK
RGB Variations
Color information
#3EC135 (or 0x3EC135) is known color: Lime Green. HEX triplet: 3E, C1 and 35. RGB value is (62,193,53). Sum of RGB (Red+Green+Blue) = 62+193+53=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC135 is #C13ECA. Grayscale: #8A8A8A. Windows color (decimal): -12664523 or 3522878. OLE color: 3522878.
HSL color Cylindrical-coordinate representation of color #3EC135: hue angle of 116.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EC135 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 53 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.24 |
| HSL | 116.14º | 0.57% | 0.48% | - |
| HSV(B) | 116.14º | 0.73% | 0.76% | - |
| XYZ | 21.7 | 39.42 | 9.83 | - |
| YUV | 137.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 53 | 0.68 | 0 | 0.73 | 0.24 | 116.14 | 0.57 | 0.48 |
| Hex | 3E | C1 | 35 | 44 | 0 | 49 | 18 | 74 | 39 | 30 |
| Octal | 76 | 301 | 65 | 104 | 0 | 111 | 30 | 164 | 71 | 60 |
| Binary | 111110 | 11000001 | 110101 | 1000100 | 0 | 1001001 | 11000 | 1110100 | 111001 | 110000 |
Color Harmonies of #3EC135
Complementary color
Monochromatic Colors of #3EC135
Black with #3EC135
Text Example
Text Example
White with #3EC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC135; }
p { color: rgb(62,193,53); }
H1.HeaderClassName
{
color: #3EC135;
}
.AnyTagClassName
{
color: #3EC135;
}
</style>
background-color css
<style>
a { background-color: #3EC135; }
a { background-color: rgb(62,193,53); }
div.DivClassName
{
background-color: #3EC135;
}
.BgClassName
{
background-color: #3EC135;
}
</style>
border-color css
<style>
span { border-color: #3EC135; }
span { border-color: rgb(62,193,53); }
td.TdClassName
{
border-color: #3EC135;
}
.TagClassName
{
border-color: #3EC135;
}
</style>