Shades of Lime Green #3EBB34
Tints of Lime Green #3EBB34
RGB
CMYK
RGB Variations
Color information
#3EBB34 (or 0x3EBB34) is known color: Lime Green. HEX triplet: 3E, BB and 34. RGB value is (62,187,52). Sum of RGB (Red+Green+Blue) = 62+187+52=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #3EBB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBB34 is #C144CB. Grayscale: #868686. Windows color (decimal): -12666060 or 3455806. OLE color: 3455806.
HSL color Cylindrical-coordinate representation of color #3EBB34: hue angle of 115.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EBB34 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 187 | 52 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.27 |
| HSL | 115.56º | 0.56% | 0.47% | - |
| HSV(B) | 115.56º | 0.72% | 0.73% | - |
| XYZ | 20.38 | 36.81 | 9.28 | - |
| YUV | 134.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 187 | 52 | 0.67 | 0 | 0.72 | 0.27 | 115.56 | 0.56 | 0.47 |
| Hex | 3E | BB | 34 | 43 | 0 | 48 | 1B | 74 | 38 | 2F |
| Octal | 76 | 273 | 64 | 103 | 0 | 110 | 33 | 164 | 70 | 57 |
| Binary | 111110 | 10111011 | 110100 | 1000011 | 0 | 1001000 | 11011 | 1110100 | 111000 | 101111 |
Color Harmonies of #3EBB34
Complementary color
Monochromatic Colors of #3EBB34
Black with #3EBB34
Text Example
Text Example
White with #3EBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBB34; }
p { color: rgb(62,187,52); }
H1.HeaderClassName
{
color: #3EBB34;
}
.AnyTagClassName
{
color: #3EBB34;
}
</style>
background-color css
<style>
a { background-color: #3EBB34; }
a { background-color: rgb(62,187,52); }
div.DivClassName
{
background-color: #3EBB34;
}
.BgClassName
{
background-color: #3EBB34;
}
</style>
border-color css
<style>
span { border-color: #3EBB34; }
span { border-color: rgb(62,187,52); }
td.TdClassName
{
border-color: #3EBB34;
}
.TagClassName
{
border-color: #3EBB34;
}
</style>