Shades of Lime Green #3BD231
Tints of Lime Green #3BD231
RGB
CMYK
RGB Variations
Color information
#3BD231 (or 0x3BD231) is known color: Lime Green. HEX triplet: 3B, D2 and 31. RGB value is (59,210,49). Sum of RGB (Red+Green+Blue) = 59+210+49=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD231 is #C42DCE. Grayscale: #929292. Windows color (decimal): -12856783 or 3265083. OLE color: 3265083.
HSL color Cylindrical-coordinate representation of color #3BD231: hue angle of 116.27º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BD231 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 49 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.18 |
| HSL | 116.27º | 0.64% | 0.51% | - |
| HSV(B) | 116.27º | 0.77% | 0.82% | - |
| XYZ | 25.4 | 47.24 | 10.69 | - |
| YUV | 146.5 | 72.97 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 49 | 0.72 | 0 | 0.77 | 0.18 | 116.27 | 0.64 | 0.51 |
| Hex | 3B | D2 | 31 | 48 | 0 | 4D | 12 | 74 | 40 | 33 |
| Octal | 73 | 322 | 61 | 110 | 0 | 115 | 22 | 164 | 100 | 63 |
| Binary | 111011 | 11010010 | 110001 | 1001000 | 0 | 1001101 | 10010 | 1110100 | 1000000 | 110011 |
Color Harmonies of #3BD231
Complementary color
Monochromatic Colors of #3BD231
Black with #3BD231
Text Example
Text Example
White with #3BD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD231; }
p { color: rgb(59,210,49); }
H1.HeaderClassName
{
color: #3BD231;
}
.AnyTagClassName
{
color: #3BD231;
}
</style>
background-color css
<style>
a { background-color: #3BD231; }
a { background-color: rgb(59,210,49); }
div.DivClassName
{
background-color: #3BD231;
}
.BgClassName
{
background-color: #3BD231;
}
</style>
border-color css
<style>
span { border-color: #3BD231; }
span { border-color: rgb(59,210,49); }
td.TdClassName
{
border-color: #3BD231;
}
.TagClassName
{
border-color: #3BD231;
}
</style>