Shades of Lime Green #3EBA32
Tints of Lime Green #3EBA32
RGB
CMYK
RGB Variations
Color information
#3EBA32 (or 0x3EBA32) is known color: Lime Green. HEX triplet: 3E, BA and 32. RGB value is (62,186,50). Sum of RGB (Red+Green+Blue) = 62+186+50=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBA32 is #C145CD. Grayscale: #858585. Windows color (decimal): -12666318 or 3324478. OLE color: 3324478.
HSL color Cylindrical-coordinate representation of color #3EBA32: hue angle of 114.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EBA32 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 50 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.27 |
| HSL | 114.71º | 0.58% | 0.46% | - |
| HSV(B) | 114.71º | 0.73% | 0.73% | - |
| XYZ | 20.12 | 36.37 | 8.98 | - |
| YUV | 133.42 | 80.92 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 50 | 0.67 | 0 | 0.73 | 0.27 | 114.71 | 0.58 | 0.46 |
| Hex | 3E | BA | 32 | 43 | 0 | 49 | 1B | 73 | 3A | 2E |
| Octal | 76 | 272 | 62 | 103 | 0 | 111 | 33 | 163 | 72 | 56 |
| Binary | 111110 | 10111010 | 110010 | 1000011 | 0 | 1001001 | 11011 | 1110011 | 111010 | 101110 |
Color Harmonies of #3EBA32
Complementary color
Monochromatic Colors of #3EBA32
Black with #3EBA32
Text Example
Text Example
White with #3EBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA32; }
p { color: rgb(62,186,50); }
H1.HeaderClassName
{
color: #3EBA32;
}
.AnyTagClassName
{
color: #3EBA32;
}
</style>
background-color css
<style>
a { background-color: #3EBA32; }
a { background-color: rgb(62,186,50); }
div.DivClassName
{
background-color: #3EBA32;
}
.BgClassName
{
background-color: #3EBA32;
}
</style>
border-color css
<style>
span { border-color: #3EBA32; }
span { border-color: rgb(62,186,50); }
td.TdClassName
{
border-color: #3EBA32;
}
.TagClassName
{
border-color: #3EBA32;
}
</style>