Shades of Lime Green #3BC82E
Tints of Lime Green #3BC82E
RGB
CMYK
RGB Variations
Color information
#3BC82E (or 0x3BC82E) is known color: Lime Green. HEX triplet: 3B, C8 and 2E. RGB value is (59,200,46). Sum of RGB (Red+Green+Blue) = 59+200+46=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC82E is #C437D1. Grayscale: #8C8C8C. Windows color (decimal): -12859346 or 3065915. OLE color: 3065915.
HSL color Cylindrical-coordinate representation of color #3BC82E: hue angle of 114.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BC82E is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 46 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.22 |
| HSL | 114.94º | 0.63% | 0.48% | - |
| HSV(B) | 114.94º | 0.77% | 0.78% | - |
| XYZ | 22.95 | 42.44 | 9.57 | - |
| YUV | 140.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 46 | 0.70 | 0 | 0.77 | 0.22 | 114.94 | 0.63 | 0.48 |
| Hex | 3B | C8 | 2E | 46 | 0 | 4D | 16 | 73 | 3F | 30 |
| Octal | 73 | 310 | 56 | 106 | 0 | 115 | 26 | 163 | 77 | 60 |
| Binary | 111011 | 11001000 | 101110 | 1000110 | 0 | 1001101 | 10110 | 1110011 | 111111 | 110000 |
Color Harmonies of #3BC82E
Complementary color
Monochromatic Colors of #3BC82E
Black with #3BC82E
Text Example
Text Example
White with #3BC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC82E; }
p { color: rgb(59,200,46); }
H1.HeaderClassName
{
color: #3BC82E;
}
.AnyTagClassName
{
color: #3BC82E;
}
</style>
background-color css
<style>
a { background-color: #3BC82E; }
a { background-color: rgb(59,200,46); }
div.DivClassName
{
background-color: #3BC82E;
}
.BgClassName
{
background-color: #3BC82E;
}
</style>
border-color css
<style>
span { border-color: #3BC82E; }
span { border-color: rgb(59,200,46); }
td.TdClassName
{
border-color: #3BC82E;
}
.TagClassName
{
border-color: #3BC82E;
}
</style>