Shades of Lime Green #3BCB53
Tints of Lime Green #3BCB53
RGB
CMYK
RGB Variations
Color information
#3BCB53 (or 0x3BCB53) is known color: Lime Green. HEX triplet: 3B, CB and 53. RGB value is (59,203,83). Sum of RGB (Red+Green+Blue) = 59+203+83=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCB53 is #C434AC. Grayscale: #929292. Windows color (decimal): -12858541 or 5491515. OLE color: 5491515.
HSL color Cylindrical-coordinate representation of color #3BCB53: hue angle of 130º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCB53 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 83 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.20 |
| HSL | 130º | 0.58% | 0.51% | - |
| HSV(B) | 130º | 0.71% | 0.8% | - |
| XYZ | 24.72 | 44.27 | 15.42 | - |
| YUV | 146.26 | 92.29 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 83 | 0.71 | 0 | 0.59 | 0.20 | 130 | 0.58 | 0.51 |
| Hex | 3B | CB | 53 | 47 | 0 | 3B | 14 | 82 | 3A | 33 |
| Octal | 73 | 313 | 123 | 107 | 0 | 73 | 24 | 202 | 72 | 63 |
| Binary | 111011 | 11001011 | 1010011 | 1000111 | 0 | 111011 | 10100 | 10000010 | 111010 | 110011 |
Color Harmonies of #3BCB53
Complementary color
Monochromatic Colors of #3BCB53
Black with #3BCB53
Text Example
Text Example
White with #3BCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB53; }
p { color: rgb(59,203,83); }
H1.HeaderClassName
{
color: #3BCB53;
}
.AnyTagClassName
{
color: #3BCB53;
}
</style>
background-color css
<style>
a { background-color: #3BCB53; }
a { background-color: rgb(59,203,83); }
div.DivClassName
{
background-color: #3BCB53;
}
.BgClassName
{
background-color: #3BCB53;
}
</style>
border-color css
<style>
span { border-color: #3BCB53; }
span { border-color: rgb(59,203,83); }
td.TdClassName
{
border-color: #3BCB53;
}
.TagClassName
{
border-color: #3BCB53;
}
</style>