Shades of Lime Green #3BB835
Tints of Lime Green #3BB835
RGB
CMYK
RGB Variations
Color information
#3BB835 (or 0x3BB835) is known color: Lime Green. HEX triplet: 3B, B8 and 35. RGB value is (59,184,53). Sum of RGB (Red+Green+Blue) = 59+184+53=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #3BB835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB835 is #C447CA. Grayscale: #848484. Windows color (decimal): -12863435 or 3520571. OLE color: 3520571.
HSL color Cylindrical-coordinate representation of color #3BB835: hue angle of 117.25º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB835 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 184 | 53 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.28 |
| HSL | 117.25º | 0.55% | 0.46% | - |
| HSV(B) | 117.25º | 0.71% | 0.72% | - |
| XYZ | 19.59 | 35.47 | 9.18 | - |
| YUV | 131.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 53 | 0.68 | 0 | 0.71 | 0.28 | 117.25 | 0.55 | 0.46 |
| Hex | 3B | B8 | 35 | 44 | 0 | 47 | 1C | 75 | 37 | 2E |
| Octal | 73 | 270 | 65 | 104 | 0 | 107 | 34 | 165 | 67 | 56 |
| Binary | 111011 | 10111000 | 110101 | 1000100 | 0 | 1000111 | 11100 | 1110101 | 110111 | 101110 |
Color Harmonies of #3BB835
Complementary color
Monochromatic Colors of #3BB835
Black with #3BB835
Text Example
Text Example
White with #3BB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB835; }
p { color: rgb(59,184,53); }
H1.HeaderClassName
{
color: #3BB835;
}
.AnyTagClassName
{
color: #3BB835;
}
</style>
background-color css
<style>
a { background-color: #3BB835; }
a { background-color: rgb(59,184,53); }
div.DivClassName
{
background-color: #3BB835;
}
.BgClassName
{
background-color: #3BB835;
}
</style>
border-color css
<style>
span { border-color: #3BB835; }
span { border-color: rgb(59,184,53); }
td.TdClassName
{
border-color: #3BB835;
}
.TagClassName
{
border-color: #3BB835;
}
</style>