Shades of Lime Green #3EBA3D
Tints of Lime Green #3EBA3D
RGB
CMYK
RGB Variations
Color information
#3EBA3D (or 0x3EBA3D) is known color: Lime Green. HEX triplet: 3E, BA and 3D. RGB value is (62,186,61). Sum of RGB (Red+Green+Blue) = 62+186+61=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBA3D is #C145C2. Grayscale: #878787. Windows color (decimal): -12666307 or 4045374. OLE color: 4045374.
HSL color Cylindrical-coordinate representation of color #3EBA3D: hue angle of 119.52º degrees, saturation: 0.51, 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 #3EBA3D is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 61 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.27 |
| HSL | 119.52º | 0.51% | 0.48% | - |
| HSV(B) | 119.52º | 0.67% | 0.73% | - |
| XYZ | 20.39 | 36.48 | 10.38 | - |
| YUV | 134.67 | 86.42 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 61 | 0.67 | 0 | 0.67 | 0.27 | 119.52 | 0.51 | 0.48 |
| Hex | 3E | BA | 3D | 43 | 0 | 43 | 1B | 78 | 33 | 30 |
| Octal | 76 | 272 | 75 | 103 | 0 | 103 | 33 | 170 | 63 | 60 |
| Binary | 111110 | 10111010 | 111101 | 1000011 | 0 | 1000011 | 11011 | 1111000 | 110011 | 110000 |
Color Harmonies of #3EBA3D
Complementary color
Monochromatic Colors of #3EBA3D
Black with #3EBA3D
Text Example
Text Example
White with #3EBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA3D; }
p { color: rgb(62,186,61); }
H1.HeaderClassName
{
color: #3EBA3D;
}
.AnyTagClassName
{
color: #3EBA3D;
}
</style>
background-color css
<style>
a { background-color: #3EBA3D; }
a { background-color: rgb(62,186,61); }
div.DivClassName
{
background-color: #3EBA3D;
}
.BgClassName
{
background-color: #3EBA3D;
}
</style>
border-color css
<style>
span { border-color: #3EBA3D; }
span { border-color: rgb(62,186,61); }
td.TdClassName
{
border-color: #3EBA3D;
}
.TagClassName
{
border-color: #3EBA3D;
}
</style>