Shades of Lime Green #3EC336
Tints of Lime Green #3EC336
RGB
CMYK
RGB Variations
Color information
#3EC336 (or 0x3EC336) is known color: Lime Green. HEX triplet: 3E, C3 and 36. RGB value is (62,195,54). Sum of RGB (Red+Green+Blue) = 62+195+54=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC336 is #C13CC9. Grayscale: #8B8B8B. Windows color (decimal): -12664010 or 3588926. OLE color: 3588926.
HSL color Cylindrical-coordinate representation of color #3EC336: hue angle of 116.6º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EC336 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 54 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.24 |
| HSL | 116.6º | 0.57% | 0.49% | - |
| HSV(B) | 116.6º | 0.72% | 0.76% | - |
| XYZ | 22.17 | 40.32 | 10.1 | - |
| YUV | 139.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 54 | 0.68 | 0 | 0.72 | 0.24 | 116.6 | 0.57 | 0.49 |
| Hex | 3E | C3 | 36 | 44 | 0 | 48 | 18 | 75 | 39 | 31 |
| Octal | 76 | 303 | 66 | 104 | 0 | 110 | 30 | 165 | 71 | 61 |
| Binary | 111110 | 11000011 | 110110 | 1000100 | 0 | 1001000 | 11000 | 1110101 | 111001 | 110001 |
Color Harmonies of #3EC336
Complementary color
Monochromatic Colors of #3EC336
Black with #3EC336
Text Example
Text Example
White with #3EC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC336; }
p { color: rgb(62,195,54); }
H1.HeaderClassName
{
color: #3EC336;
}
.AnyTagClassName
{
color: #3EC336;
}
</style>
background-color css
<style>
a { background-color: #3EC336; }
a { background-color: rgb(62,195,54); }
div.DivClassName
{
background-color: #3EC336;
}
.BgClassName
{
background-color: #3EC336;
}
</style>
border-color css
<style>
span { border-color: #3EC336; }
span { border-color: rgb(62,195,54); }
td.TdClassName
{
border-color: #3EC336;
}
.TagClassName
{
border-color: #3EC336;
}
</style>