Shades of Lime Green #3BEA2E
Tints of Lime Green #3BEA2E
RGB
CMYK
RGB Variations
Color information
#3BEA2E (or 0x3BEA2E) is known color: Lime Green. HEX triplet: 3B, EA and 2E. RGB value is (59,234,46). Sum of RGB (Red+Green+Blue) = 59+234+46=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 234 (91.80% from 255 or 69.03% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA2E is #C415D1. Grayscale: #A0A0A0. Windows color (decimal): -12850642 or 3074619. OLE color: 3074619.
HSL color Cylindrical-coordinate representation of color #3BEA2E: hue angle of 115.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BEA2E is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 46 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.08 |
| HSL | 115.85º | 0.82% | 0.55% | - |
| HSV(B) | 115.85º | 0.8% | 0.92% | - |
| XYZ | 31.72 | 59.97 | 12.49 | - |
| YUV | 160.24 | 63.52 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 46 | 0.75 | 0 | 0.80 | 0.08 | 115.85 | 0.82 | 0.55 |
| Hex | 3B | EA | 2E | 4B | 0 | 50 | 8 | 74 | 52 | 37 |
| Octal | 73 | 352 | 56 | 113 | 0 | 120 | 10 | 164 | 122 | 67 |
| Binary | 111011 | 11101010 | 101110 | 1001011 | 0 | 1010000 | 1000 | 1110100 | 1010010 | 110111 |
Color Harmonies of #3BEA2E
Complementary color
Monochromatic Colors of #3BEA2E
Black with #3BEA2E
Text Example
Text Example
White with #3BEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA2E; }
p { color: rgb(59,234,46); }
H1.HeaderClassName
{
color: #3BEA2E;
}
.AnyTagClassName
{
color: #3BEA2E;
}
</style>
background-color css
<style>
a { background-color: #3BEA2E; }
a { background-color: rgb(59,234,46); }
div.DivClassName
{
background-color: #3BEA2E;
}
.BgClassName
{
background-color: #3BEA2E;
}
</style>
border-color css
<style>
span { border-color: #3BEA2E; }
span { border-color: rgb(59,234,46); }
td.TdClassName
{
border-color: #3BEA2E;
}
.TagClassName
{
border-color: #3BEA2E;
}
</style>