Shades of Lime Green #3EBC45
Tints of Lime Green #3EBC45
RGB
CMYK
RGB Variations
Color information
#3EBC45 (or 0x3EBC45) is known color: Lime Green. HEX triplet: 3E, BC and 45. RGB value is (62,188,69). Sum of RGB (Red+Green+Blue) = 62+188+69=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC45 is #C143BA. Grayscale: #898989. Windows color (decimal): -12665787 or 4570174. OLE color: 4570174.
HSL color Cylindrical-coordinate representation of color #3EBC45: hue angle of 123.33º 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 #3EBC45 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 69 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.26 |
| HSL | 123.33º | 0.5% | 0.49% | - |
| HSV(B) | 123.33º | 0.67% | 0.74% | - |
| XYZ | 21.04 | 37.42 | 11.74 | - |
| YUV | 136.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 69 | 0.67 | 0 | 0.63 | 0.26 | 123.33 | 0.5 | 0.49 |
| Hex | 3E | BC | 45 | 43 | 0 | 3F | 1A | 7B | 32 | 31 |
| Octal | 76 | 274 | 105 | 103 | 0 | 77 | 32 | 173 | 62 | 61 |
| Binary | 111110 | 10111100 | 1000101 | 1000011 | 0 | 111111 | 11010 | 1111011 | 110010 | 110001 |
Color Harmonies of #3EBC45
Complementary color
Monochromatic Colors of #3EBC45
Black with #3EBC45
Text Example
Text Example
White with #3EBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC45; }
p { color: rgb(62,188,69); }
H1.HeaderClassName
{
color: #3EBC45;
}
.AnyTagClassName
{
color: #3EBC45;
}
</style>
background-color css
<style>
a { background-color: #3EBC45; }
a { background-color: rgb(62,188,69); }
div.DivClassName
{
background-color: #3EBC45;
}
.BgClassName
{
background-color: #3EBC45;
}
</style>
border-color css
<style>
span { border-color: #3EBC45; }
span { border-color: rgb(62,188,69); }
td.TdClassName
{
border-color: #3EBC45;
}
.TagClassName
{
border-color: #3EBC45;
}
</style>