Shades of Lime Green #3EB93D
Tints of Lime Green #3EB93D
RGB
CMYK
RGB Variations
Color information
#3EB93D (or 0x3EB93D) is known color: Lime Green. HEX triplet: 3E, B9 and 3D. RGB value is (62,185,61). Sum of RGB (Red+Green+Blue) = 62+185+61=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #3EB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB93D is #C146C2. Grayscale: #868686. Windows color (decimal): -12666563 or 4045118. OLE color: 4045118.
HSL color Cylindrical-coordinate representation of color #3EB93D: hue angle of 119.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EB93D is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 185 | 61 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.27 |
| HSL | 119.52º | 0.5% | 0.48% | - |
| HSV(B) | 119.52º | 0.67% | 0.73% | - |
| XYZ | 20.18 | 36.06 | 10.31 | - |
| YUV | 134.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 185 | 61 | 0.66 | 0 | 0.67 | 0.27 | 119.52 | 0.5 | 0.48 |
| Hex | 3E | B9 | 3D | 42 | 0 | 43 | 1B | 78 | 32 | 30 |
| Octal | 76 | 271 | 75 | 102 | 0 | 103 | 33 | 170 | 62 | 60 |
| Binary | 111110 | 10111001 | 111101 | 1000010 | 0 | 1000011 | 11011 | 1111000 | 110010 | 110000 |
Color Harmonies of #3EB93D
Complementary color
Monochromatic Colors of #3EB93D
Black with #3EB93D
Text Example
Text Example
White with #3EB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB93D; }
p { color: rgb(62,185,61); }
H1.HeaderClassName
{
color: #3EB93D;
}
.AnyTagClassName
{
color: #3EB93D;
}
</style>
background-color css
<style>
a { background-color: #3EB93D; }
a { background-color: rgb(62,185,61); }
div.DivClassName
{
background-color: #3EB93D;
}
.BgClassName
{
background-color: #3EB93D;
}
</style>
border-color css
<style>
span { border-color: #3EB93D; }
span { border-color: rgb(62,185,61); }
td.TdClassName
{
border-color: #3EB93D;
}
.TagClassName
{
border-color: #3EB93D;
}
</style>