Shades of Lime Green #3BB72D
Tints of Lime Green #3BB72D
RGB
CMYK
RGB Variations
Color information
#3BB72D (or 0x3BB72D) is known color: Lime Green. HEX triplet: 3B, B7 and 2D. RGB value is (59,183,45). Sum of RGB (Red+Green+Blue) = 59+183+45=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #3BB72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB72D is #C448D2. Grayscale: #828282. Windows color (decimal): -12863699 or 2996027. OLE color: 2996027.
HSL color Cylindrical-coordinate representation of color #3BB72D: hue angle of 113.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BB72D is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 183 | 45 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.28 |
| HSL | 113.91º | 0.61% | 0.45% | - |
| HSV(B) | 113.91º | 0.75% | 0.72% | - |
| XYZ | 19.21 | 34.99 | 8.22 | - |
| YUV | 130.19 | 79.92 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 183 | 45 | 0.68 | 0 | 0.75 | 0.28 | 113.91 | 0.61 | 0.45 |
| Hex | 3B | B7 | 2D | 44 | 0 | 4B | 1C | 72 | 3D | 2D |
| Octal | 73 | 267 | 55 | 104 | 0 | 113 | 34 | 162 | 75 | 55 |
| Binary | 111011 | 10110111 | 101101 | 1000100 | 0 | 1001011 | 11100 | 1110010 | 111101 | 101101 |
Color Harmonies of #3BB72D
Complementary color
Monochromatic Colors of #3BB72D
Black with #3BB72D
Text Example
Text Example
White with #3BB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB72D; }
p { color: rgb(59,183,45); }
H1.HeaderClassName
{
color: #3BB72D;
}
.AnyTagClassName
{
color: #3BB72D;
}
</style>
background-color css
<style>
a { background-color: #3BB72D; }
a { background-color: rgb(59,183,45); }
div.DivClassName
{
background-color: #3BB72D;
}
.BgClassName
{
background-color: #3BB72D;
}
</style>
border-color css
<style>
span { border-color: #3BB72D; }
span { border-color: rgb(59,183,45); }
td.TdClassName
{
border-color: #3BB72D;
}
.TagClassName
{
border-color: #3BB72D;
}
</style>