Shades of Lime Green #3EBC36
Tints of Lime Green #3EBC36
RGB
CMYK
RGB Variations
Color information
#3EBC36 (or 0x3EBC36) is known color: Lime Green. HEX triplet: 3E, BC and 36. RGB value is (62,188,54). Sum of RGB (Red+Green+Blue) = 62+188+54=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC36 is #C143C9. Grayscale: #878787. Windows color (decimal): -12665802 or 3587134. OLE color: 3587134.
HSL color Cylindrical-coordinate representation of color #3EBC36: hue angle of 116.42º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EBC36 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 54 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.26 |
| HSL | 116.42º | 0.55% | 0.47% | - |
| HSV(B) | 116.42º | 0.71% | 0.74% | - |
| XYZ | 20.64 | 37.26 | 9.59 | - |
| YUV | 135.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 54 | 0.67 | 0 | 0.71 | 0.26 | 116.42 | 0.55 | 0.47 |
| Hex | 3E | BC | 36 | 43 | 0 | 47 | 1A | 74 | 37 | 2F |
| Octal | 76 | 274 | 66 | 103 | 0 | 107 | 32 | 164 | 67 | 57 |
| Binary | 111110 | 10111100 | 110110 | 1000011 | 0 | 1000111 | 11010 | 1110100 | 110111 | 101111 |
Color Harmonies of #3EBC36
Complementary color
Monochromatic Colors of #3EBC36
Black with #3EBC36
Text Example
Text Example
White with #3EBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC36; }
p { color: rgb(62,188,54); }
H1.HeaderClassName
{
color: #3EBC36;
}
.AnyTagClassName
{
color: #3EBC36;
}
</style>
background-color css
<style>
a { background-color: #3EBC36; }
a { background-color: rgb(62,188,54); }
div.DivClassName
{
background-color: #3EBC36;
}
.BgClassName
{
background-color: #3EBC36;
}
</style>
border-color css
<style>
span { border-color: #3EBC36; }
span { border-color: rgb(62,188,54); }
td.TdClassName
{
border-color: #3EBC36;
}
.TagClassName
{
border-color: #3EBC36;
}
</style>