Shades of Lime Green #3BE32B
Tints of Lime Green #3BE32B
RGB
CMYK
RGB Variations
Color information
#3BE32B (or 0x3BE32B) is known color: Lime Green. HEX triplet: 3B, E3 and 2B. RGB value is (59,227,43). Sum of RGB (Red+Green+Blue) = 59+227+43=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE32B is #C41CD4. Grayscale: #9C9C9C. Windows color (decimal): -12852437 or 2876219. OLE color: 2876219.
HSL color Cylindrical-coordinate representation of color #3BE32B: hue angle of 114.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BE32B is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 43 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.11 |
| HSL | 114.78º | 0.77% | 0.53% | - |
| HSV(B) | 114.78º | 0.81% | 0.89% | - |
| XYZ | 29.71 | 56.04 | 11.54 | - |
| YUV | 155.79 | 64.34 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 43 | 0.74 | 0 | 0.81 | 0.11 | 114.78 | 0.77 | 0.53 |
| Hex | 3B | E3 | 2B | 4A | 0 | 51 | B | 73 | 4D | 35 |
| Octal | 73 | 343 | 53 | 112 | 0 | 121 | 13 | 163 | 115 | 65 |
| Binary | 111011 | 11100011 | 101011 | 1001010 | 0 | 1010001 | 1011 | 1110011 | 1001101 | 110101 |
Color Harmonies of #3BE32B
Complementary color
Monochromatic Colors of #3BE32B
Black with #3BE32B
Text Example
Text Example
White with #3BE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE32B; }
p { color: rgb(59,227,43); }
H1.HeaderClassName
{
color: #3BE32B;
}
.AnyTagClassName
{
color: #3BE32B;
}
</style>
background-color css
<style>
a { background-color: #3BE32B; }
a { background-color: rgb(59,227,43); }
div.DivClassName
{
background-color: #3BE32B;
}
.BgClassName
{
background-color: #3BE32B;
}
</style>
border-color css
<style>
span { border-color: #3BE32B; }
span { border-color: rgb(59,227,43); }
td.TdClassName
{
border-color: #3BE32B;
}
.TagClassName
{
border-color: #3BE32B;
}
</style>