Shades of Lime Green #3EB534
Tints of Lime Green #3EB534
RGB
CMYK
RGB Variations
Color information
#3EB534 (or 0x3EB534) is known color: Lime Green. HEX triplet: 3E, B5 and 34. RGB value is (62,181,52). Sum of RGB (Red+Green+Blue) = 62+181+52=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB534 is #C14ACB. Grayscale: #838383. Windows color (decimal): -12667596 or 3454270. OLE color: 3454270.
HSL color Cylindrical-coordinate representation of color #3EB534: hue angle of 115.35º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EB534 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 181 | 52 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.29 |
| HSL | 115.35º | 0.55% | 0.46% | - |
| HSV(B) | 115.35º | 0.71% | 0.71% | - |
| XYZ | 19.13 | 34.32 | 8.86 | - |
| YUV | 130.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 181 | 52 | 0.66 | 0 | 0.71 | 0.29 | 115.35 | 0.55 | 0.46 |
| Hex | 3E | B5 | 34 | 42 | 0 | 47 | 1D | 73 | 37 | 2E |
| Octal | 76 | 265 | 64 | 102 | 0 | 107 | 35 | 163 | 67 | 56 |
| Binary | 111110 | 10110101 | 110100 | 1000010 | 0 | 1000111 | 11101 | 1110011 | 110111 | 101110 |
Color Harmonies of #3EB534
Complementary color
Monochromatic Colors of #3EB534
Black with #3EB534
Text Example
Text Example
White with #3EB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB534; }
p { color: rgb(62,181,52); }
H1.HeaderClassName
{
color: #3EB534;
}
.AnyTagClassName
{
color: #3EB534;
}
</style>
background-color css
<style>
a { background-color: #3EB534; }
a { background-color: rgb(62,181,52); }
div.DivClassName
{
background-color: #3EB534;
}
.BgClassName
{
background-color: #3EB534;
}
</style>
border-color css
<style>
span { border-color: #3EB534; }
span { border-color: rgb(62,181,52); }
td.TdClassName
{
border-color: #3EB534;
}
.TagClassName
{
border-color: #3EB534;
}
</style>