Shades of Lime Green #3BC52F
Tints of Lime Green #3BC52F
RGB
CMYK
RGB Variations
Color information
#3BC52F (or 0x3BC52F) is known color: Lime Green. HEX triplet: 3B, C5 and 2F. RGB value is (59,197,47). Sum of RGB (Red+Green+Blue) = 59+197+47=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC52F is #C43AD0. Grayscale: #8B8B8B. Windows color (decimal): -12860113 or 3130683. OLE color: 3130683.
HSL color Cylindrical-coordinate representation of color #3BC52F: hue angle of 115.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC52F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 47 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.23 |
| HSL | 115.2º | 0.61% | 0.48% | - |
| HSV(B) | 115.2º | 0.76% | 0.77% | - |
| XYZ | 22.28 | 41.07 | 9.44 | - |
| YUV | 138.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 47 | 0.70 | 0 | 0.76 | 0.23 | 115.2 | 0.61 | 0.48 |
| Hex | 3B | C5 | 2F | 46 | 0 | 4C | 17 | 73 | 3D | 30 |
| Octal | 73 | 305 | 57 | 106 | 0 | 114 | 27 | 163 | 75 | 60 |
| Binary | 111011 | 11000101 | 101111 | 1000110 | 0 | 1001100 | 10111 | 1110011 | 111101 | 110000 |
Color Harmonies of #3BC52F
Complementary color
Monochromatic Colors of #3BC52F
Black with #3BC52F
Text Example
Text Example
White with #3BC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC52F; }
p { color: rgb(59,197,47); }
H1.HeaderClassName
{
color: #3BC52F;
}
.AnyTagClassName
{
color: #3BC52F;
}
</style>
background-color css
<style>
a { background-color: #3BC52F; }
a { background-color: rgb(59,197,47); }
div.DivClassName
{
background-color: #3BC52F;
}
.BgClassName
{
background-color: #3BC52F;
}
</style>
border-color css
<style>
span { border-color: #3BC52F; }
span { border-color: rgb(59,197,47); }
td.TdClassName
{
border-color: #3BC52F;
}
.TagClassName
{
border-color: #3BC52F;
}
</style>