Shades of Lime Green #3EEB32
Tints of Lime Green #3EEB32
RGB
CMYK
RGB Variations
Color information
#3EEB32 (or 0x3EEB32) is known color: Lime Green. HEX triplet: 3E, EB and 32. RGB value is (62,235,50). Sum of RGB (Red+Green+Blue) = 62+235+50=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 235 (92.19% from 255 or 67.72% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEB32 is #C114CD. Grayscale: #A2A2A2. Windows color (decimal): -12653774 or 3337022. OLE color: 3337022.
HSL color Cylindrical-coordinate representation of color #3EEB32: hue angle of 116.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EEB32 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 50 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.08 |
| HSL | 116.11º | 0.82% | 0.56% | - |
| HSV(B) | 116.11º | 0.79% | 0.92% | - |
| XYZ | 32.27 | 60.67 | 13.03 | - |
| YUV | 162.18 | 64.69 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 50 | 0.74 | 0 | 0.79 | 0.08 | 116.11 | 0.82 | 0.56 |
| Hex | 3E | EB | 32 | 4A | 0 | 4F | 8 | 74 | 52 | 38 |
| Octal | 76 | 353 | 62 | 112 | 0 | 117 | 10 | 164 | 122 | 70 |
| Binary | 111110 | 11101011 | 110010 | 1001010 | 0 | 1001111 | 1000 | 1110100 | 1010010 | 111000 |
Color Harmonies of #3EEB32
Complementary color
Monochromatic Colors of #3EEB32
Black with #3EEB32
Text Example
Text Example
White with #3EEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEB32; }
p { color: rgb(62,235,50); }
H1.HeaderClassName
{
color: #3EEB32;
}
.AnyTagClassName
{
color: #3EEB32;
}
</style>
background-color css
<style>
a { background-color: #3EEB32; }
a { background-color: rgb(62,235,50); }
div.DivClassName
{
background-color: #3EEB32;
}
.BgClassName
{
background-color: #3EEB32;
}
</style>
border-color css
<style>
span { border-color: #3EEB32; }
span { border-color: rgb(62,235,50); }
td.TdClassName
{
border-color: #3EEB32;
}
.TagClassName
{
border-color: #3EEB32;
}
</style>