Shades of Lime Green #3BE727
Tints of Lime Green #3BE727
RGB
CMYK
RGB Variations
Color information
#3BE727 (or 0x3BE727) is known color: Lime Green. HEX triplet: 3B, E7 and 27. RGB value is (59,231,39). Sum of RGB (Red+Green+Blue) = 59+231+39=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 231 (90.62% from 255 or 70.21% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE727 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE727 is #C418D8. Grayscale: #9E9E9E. Windows color (decimal): -12851417 or 2615099. OLE color: 2615099.
HSL color Cylindrical-coordinate representation of color #3BE727: hue angle of 113.75º degrees, saturation: 0.8, 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 #3BE727 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 39 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.09 |
| HSL | 113.75º | 0.8% | 0.53% | - |
| HSV(B) | 113.75º | 0.83% | 0.91% | - |
| XYZ | 30.75 | 58.23 | 11.54 | - |
| YUV | 157.68 | 61.02 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 39 | 0.74 | 0 | 0.83 | 0.09 | 113.75 | 0.8 | 0.53 |
| Hex | 3B | E7 | 27 | 4A | 0 | 53 | 9 | 72 | 50 | 35 |
| Octal | 73 | 347 | 47 | 112 | 0 | 123 | 11 | 162 | 120 | 65 |
| Binary | 111011 | 11100111 | 100111 | 1001010 | 0 | 1010011 | 1001 | 1110010 | 1010000 | 110101 |
Color Harmonies of #3BE727
Complementary color
Monochromatic Colors of #3BE727
Black with #3BE727
Text Example
Text Example
White with #3BE727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE727; }
p { color: rgb(59,231,39); }
H1.HeaderClassName
{
color: #3BE727;
}
.AnyTagClassName
{
color: #3BE727;
}
</style>
background-color css
<style>
a { background-color: #3BE727; }
a { background-color: rgb(59,231,39); }
div.DivClassName
{
background-color: #3BE727;
}
.BgClassName
{
background-color: #3BE727;
}
</style>
border-color css
<style>
span { border-color: #3BE727; }
span { border-color: rgb(59,231,39); }
td.TdClassName
{
border-color: #3BE727;
}
.TagClassName
{
border-color: #3BE727;
}
</style>