Shades of Lime Green #3BE827
Tints of Lime Green #3BE827
RGB
CMYK
RGB Variations
Color information
#3BE827 (or 0x3BE827) is known color: Lime Green. HEX triplet: 3B, E8 and 27. RGB value is (59,232,39). Sum of RGB (Red+Green+Blue) = 59+232+39=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE827 is #C417D8. Grayscale: #9E9E9E. Windows color (decimal): -12851161 or 2615355. OLE color: 2615355.
HSL color Cylindrical-coordinate representation of color #3BE827: hue angle of 113.78º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BE827 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 39 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.09 |
| HSL | 113.78º | 0.81% | 0.53% | - |
| HSV(B) | 113.78º | 0.83% | 0.91% | - |
| XYZ | 31.03 | 58.79 | 11.63 | - |
| YUV | 158.27 | 60.69 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 39 | 0.75 | 0 | 0.83 | 0.09 | 113.78 | 0.81 | 0.53 |
| Hex | 3B | E8 | 27 | 4B | 0 | 53 | 9 | 72 | 51 | 35 |
| Octal | 73 | 350 | 47 | 113 | 0 | 123 | 11 | 162 | 121 | 65 |
| Binary | 111011 | 11101000 | 100111 | 1001011 | 0 | 1010011 | 1001 | 1110010 | 1010001 | 110101 |
Color Harmonies of #3BE827
Complementary color
Monochromatic Colors of #3BE827
Black with #3BE827
Text Example
Text Example
White with #3BE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE827; }
p { color: rgb(59,232,39); }
H1.HeaderClassName
{
color: #3BE827;
}
.AnyTagClassName
{
color: #3BE827;
}
</style>
background-color css
<style>
a { background-color: #3BE827; }
a { background-color: rgb(59,232,39); }
div.DivClassName
{
background-color: #3BE827;
}
.BgClassName
{
background-color: #3BE827;
}
</style>
border-color css
<style>
span { border-color: #3BE827; }
span { border-color: rgb(59,232,39); }
td.TdClassName
{
border-color: #3BE827;
}
.TagClassName
{
border-color: #3BE827;
}
</style>