Shades of Lime Green #3EB93A
Tints of Lime Green #3EB93A
RGB
CMYK
RGB Variations
Color information
#3EB93A (or 0x3EB93A) is known color: Lime Green. HEX triplet: 3E, B9 and 3A. RGB value is (62,185,58). Sum of RGB (Red+Green+Blue) = 62+185+58=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #3EB93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB93A is #C146C5. Grayscale: #868686. Windows color (decimal): -12666566 or 3848510. OLE color: 3848510.
HSL color Cylindrical-coordinate representation of color #3EB93A: hue angle of 118.11º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EB93A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 185 | 58 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.27 |
| HSL | 118.11º | 0.52% | 0.48% | - |
| HSV(B) | 118.11º | 0.69% | 0.73% | - |
| XYZ | 20.1 | 36.03 | 9.9 | - |
| YUV | 133.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 185 | 58 | 0.66 | 0 | 0.69 | 0.27 | 118.11 | 0.52 | 0.48 |
| Hex | 3E | B9 | 3A | 42 | 0 | 45 | 1B | 76 | 34 | 30 |
| Octal | 76 | 271 | 72 | 102 | 0 | 105 | 33 | 166 | 64 | 60 |
| Binary | 111110 | 10111001 | 111010 | 1000010 | 0 | 1000101 | 11011 | 1110110 | 110100 | 110000 |
Color Harmonies of #3EB93A
Complementary color
Monochromatic Colors of #3EB93A
Black with #3EB93A
Text Example
Text Example
White with #3EB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB93A; }
p { color: rgb(62,185,58); }
H1.HeaderClassName
{
color: #3EB93A;
}
.AnyTagClassName
{
color: #3EB93A;
}
</style>
background-color css
<style>
a { background-color: #3EB93A; }
a { background-color: rgb(62,185,58); }
div.DivClassName
{
background-color: #3EB93A;
}
.BgClassName
{
background-color: #3EB93A;
}
</style>
border-color css
<style>
span { border-color: #3EB93A; }
span { border-color: rgb(62,185,58); }
td.TdClassName
{
border-color: #3EB93A;
}
.TagClassName
{
border-color: #3EB93A;
}
</style>