Shades of Lime Green #3BB841
Tints of Lime Green #3BB841
RGB
CMYK
RGB Variations
Color information
#3BB841 (or 0x3BB841) is known color: Lime Green. HEX triplet: 3B, B8 and 41. RGB value is (59,184,65). Sum of RGB (Red+Green+Blue) = 59+184+65=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #3BB841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB841 is #C447BE. Grayscale: #858585. Windows color (decimal): -12863423 or 4307003. OLE color: 4307003.
HSL color Cylindrical-coordinate representation of color #3BB841: hue angle of 122.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB841 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 184 | 65 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.28 |
| HSL | 122.88º | 0.51% | 0.48% | - |
| HSV(B) | 122.88º | 0.68% | 0.72% | - |
| XYZ | 19.9 | 35.59 | 10.82 | - |
| YUV | 133.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 65 | 0.68 | 0 | 0.65 | 0.28 | 122.88 | 0.51 | 0.48 |
| Hex | 3B | B8 | 41 | 44 | 0 | 41 | 1C | 7B | 33 | 30 |
| Octal | 73 | 270 | 101 | 104 | 0 | 101 | 34 | 173 | 63 | 60 |
| Binary | 111011 | 10111000 | 1000001 | 1000100 | 0 | 1000001 | 11100 | 1111011 | 110011 | 110000 |
Color Harmonies of #3BB841
Complementary color
Monochromatic Colors of #3BB841
Black with #3BB841
Text Example
Text Example
White with #3BB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB841; }
p { color: rgb(59,184,65); }
H1.HeaderClassName
{
color: #3BB841;
}
.AnyTagClassName
{
color: #3BB841;
}
</style>
background-color css
<style>
a { background-color: #3BB841; }
a { background-color: rgb(59,184,65); }
div.DivClassName
{
background-color: #3BB841;
}
.BgClassName
{
background-color: #3BB841;
}
</style>
border-color css
<style>
span { border-color: #3BB841; }
span { border-color: rgb(59,184,65); }
td.TdClassName
{
border-color: #3BB841;
}
.TagClassName
{
border-color: #3BB841;
}
</style>