Shades of Lime Green #3EC045
Tints of Lime Green #3EC045
RGB
CMYK
RGB Variations
Color information
#3EC045 (or 0x3EC045) is known color: Lime Green. HEX triplet: 3E, C0 and 45. RGB value is (62,192,69). Sum of RGB (Red+Green+Blue) = 62+192+69=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC045 is #C13FBA. Grayscale: #8B8B8B. Windows color (decimal): -12664763 or 4571198. OLE color: 4571198.
HSL color Cylindrical-coordinate representation of color #3EC045: hue angle of 123.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC045 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 69 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.25 |
| HSL | 123.23º | 0.51% | 0.5% | - |
| HSV(B) | 123.23º | 0.68% | 0.75% | - |
| XYZ | 21.91 | 39.15 | 12.03 | - |
| YUV | 139.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 69 | 0.68 | 0 | 0.64 | 0.25 | 123.23 | 0.51 | 0.5 |
| Hex | 3E | C0 | 45 | 44 | 0 | 40 | 19 | 7B | 33 | 32 |
| Octal | 76 | 300 | 105 | 104 | 0 | 100 | 31 | 173 | 63 | 62 |
| Binary | 111110 | 11000000 | 1000101 | 1000100 | 0 | 1000000 | 11001 | 1111011 | 110011 | 110010 |
Color Harmonies of #3EC045
Complementary color
Monochromatic Colors of #3EC045
Black with #3EC045
Text Example
Text Example
White with #3EC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC045; }
p { color: rgb(62,192,69); }
H1.HeaderClassName
{
color: #3EC045;
}
.AnyTagClassName
{
color: #3EC045;
}
</style>
background-color css
<style>
a { background-color: #3EC045; }
a { background-color: rgb(62,192,69); }
div.DivClassName
{
background-color: #3EC045;
}
.BgClassName
{
background-color: #3EC045;
}
</style>
border-color css
<style>
span { border-color: #3EC045; }
span { border-color: rgb(62,192,69); }
td.TdClassName
{
border-color: #3EC045;
}
.TagClassName
{
border-color: #3EC045;
}
</style>