Shades of Lime Green #3EBC41
Tints of Lime Green #3EBC41
RGB
CMYK
RGB Variations
Color information
#3EBC41 (or 0x3EBC41) is known color: Lime Green. HEX triplet: 3E, BC and 41. RGB value is (62,188,65). Sum of RGB (Red+Green+Blue) = 62+188+65=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC41 is #C143BE. Grayscale: #888888. Windows color (decimal): -12665791 or 4308030. OLE color: 4308030.
HSL color Cylindrical-coordinate representation of color #3EBC41: hue angle of 121.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBC41 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 65 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.26 |
| HSL | 121.43º | 0.5% | 0.49% | - |
| HSV(B) | 121.43º | 0.67% | 0.74% | - |
| XYZ | 20.92 | 37.37 | 11.11 | - |
| YUV | 136.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 65 | 0.67 | 0 | 0.65 | 0.26 | 121.43 | 0.5 | 0.49 |
| Hex | 3E | BC | 41 | 43 | 0 | 41 | 1A | 79 | 32 | 31 |
| Octal | 76 | 274 | 101 | 103 | 0 | 101 | 32 | 171 | 62 | 61 |
| Binary | 111110 | 10111100 | 1000001 | 1000011 | 0 | 1000001 | 11010 | 1111001 | 110010 | 110001 |
Color Harmonies of #3EBC41
Complementary color
Monochromatic Colors of #3EBC41
Black with #3EBC41
Text Example
Text Example
White with #3EBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC41; }
p { color: rgb(62,188,65); }
H1.HeaderClassName
{
color: #3EBC41;
}
.AnyTagClassName
{
color: #3EBC41;
}
</style>
background-color css
<style>
a { background-color: #3EBC41; }
a { background-color: rgb(62,188,65); }
div.DivClassName
{
background-color: #3EBC41;
}
.BgClassName
{
background-color: #3EBC41;
}
</style>
border-color css
<style>
span { border-color: #3EBC41; }
span { border-color: rgb(62,188,65); }
td.TdClassName
{
border-color: #3EBC41;
}
.TagClassName
{
border-color: #3EBC41;
}
</style>