Shades of Lime Green #3BC72F
Tints of Lime Green #3BC72F
RGB
CMYK
RGB Variations
Color information
#3BC72F (or 0x3BC72F) is known color: Lime Green. HEX triplet: 3B, C7 and 2F. RGB value is (59,199,47). Sum of RGB (Red+Green+Blue) = 59+199+47=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC72F is #C438D0. Grayscale: #8C8C8C. Windows color (decimal): -12859601 or 3131195. OLE color: 3131195.
HSL color Cylindrical-coordinate representation of color #3BC72F: hue angle of 115.26º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC72F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 47 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.22 |
| HSL | 115.26º | 0.62% | 0.48% | - |
| HSV(B) | 115.26º | 0.76% | 0.78% | - |
| XYZ | 22.74 | 41.98 | 9.59 | - |
| YUV | 139.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 47 | 0.70 | 0 | 0.76 | 0.22 | 115.26 | 0.62 | 0.48 |
| Hex | 3B | C7 | 2F | 46 | 0 | 4C | 16 | 73 | 3E | 30 |
| Octal | 73 | 307 | 57 | 106 | 0 | 114 | 26 | 163 | 76 | 60 |
| Binary | 111011 | 11000111 | 101111 | 1000110 | 0 | 1001100 | 10110 | 1110011 | 111110 | 110000 |
Color Harmonies of #3BC72F
Complementary color
Monochromatic Colors of #3BC72F
Black with #3BC72F
Text Example
Text Example
White with #3BC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC72F; }
p { color: rgb(59,199,47); }
H1.HeaderClassName
{
color: #3BC72F;
}
.AnyTagClassName
{
color: #3BC72F;
}
</style>
background-color css
<style>
a { background-color: #3BC72F; }
a { background-color: rgb(59,199,47); }
div.DivClassName
{
background-color: #3BC72F;
}
.BgClassName
{
background-color: #3BC72F;
}
</style>
border-color css
<style>
span { border-color: #3BC72F; }
span { border-color: rgb(59,199,47); }
td.TdClassName
{
border-color: #3BC72F;
}
.TagClassName
{
border-color: #3BC72F;
}
</style>