Shades of Lime Green #3BE047
Tints of Lime Green #3BE047
RGB
CMYK
RGB Variations
Color information
#3BE047 (or 0x3BE047) is known color: Lime Green. HEX triplet: 3B, E0 and 47. RGB value is (59,224,71). Sum of RGB (Red+Green+Blue) = 59+224+71=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE047 is #C41FB8. Grayscale: #9D9D9D. Windows color (decimal): -12853177 or 4710459. OLE color: 4710459.
HSL color Cylindrical-coordinate representation of color #3BE047: hue angle of 124.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE047 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 71 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.12 |
| HSL | 124.36º | 0.73% | 0.55% | - |
| HSV(B) | 124.36º | 0.74% | 0.88% | - |
| XYZ | 29.6 | 54.7 | 14.96 | - |
| YUV | 157.22 | 79.34 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 71 | 0.74 | 0 | 0.68 | 0.12 | 124.36 | 0.73 | 0.55 |
| Hex | 3B | E0 | 47 | 4A | 0 | 44 | C | 7C | 49 | 37 |
| Octal | 73 | 340 | 107 | 112 | 0 | 104 | 14 | 174 | 111 | 67 |
| Binary | 111011 | 11100000 | 1000111 | 1001010 | 0 | 1000100 | 1100 | 1111100 | 1001001 | 110111 |
Color Harmonies of #3BE047
Complementary color
Monochromatic Colors of #3BE047
Black with #3BE047
Text Example
Text Example
White with #3BE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE047; }
p { color: rgb(59,224,71); }
H1.HeaderClassName
{
color: #3BE047;
}
.AnyTagClassName
{
color: #3BE047;
}
</style>
background-color css
<style>
a { background-color: #3BE047; }
a { background-color: rgb(59,224,71); }
div.DivClassName
{
background-color: #3BE047;
}
.BgClassName
{
background-color: #3BE047;
}
</style>
border-color css
<style>
span { border-color: #3BE047; }
span { border-color: rgb(59,224,71); }
td.TdClassName
{
border-color: #3BE047;
}
.TagClassName
{
border-color: #3BE047;
}
</style>