Shades of Lime Green #3BCD31
Tints of Lime Green #3BCD31
RGB
CMYK
RGB Variations
Color information
#3BCD31 (or 0x3BCD31) is known color: Lime Green. HEX triplet: 3B, CD and 31. RGB value is (59,205,49). Sum of RGB (Red+Green+Blue) = 59+205+49=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD31 is #C432CE. Grayscale: #909090. Windows color (decimal): -12858063 or 3263803. OLE color: 3263803.
HSL color Cylindrical-coordinate representation of color #3BCD31: hue angle of 116.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCD31 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 49 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.20 |
| HSL | 116.15º | 0.61% | 0.5% | - |
| HSV(B) | 116.15º | 0.76% | 0.8% | - |
| XYZ | 24.19 | 44.81 | 10.28 | - |
| YUV | 143.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 49 | 0.71 | 0 | 0.76 | 0.20 | 116.15 | 0.61 | 0.5 |
| Hex | 3B | CD | 31 | 47 | 0 | 4C | 14 | 74 | 3D | 32 |
| Octal | 73 | 315 | 61 | 107 | 0 | 114 | 24 | 164 | 75 | 62 |
| Binary | 111011 | 11001101 | 110001 | 1000111 | 0 | 1001100 | 10100 | 1110100 | 111101 | 110010 |
Color Harmonies of #3BCD31
Complementary color
Monochromatic Colors of #3BCD31
Black with #3BCD31
Text Example
Text Example
White with #3BCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD31; }
p { color: rgb(59,205,49); }
H1.HeaderClassName
{
color: #3BCD31;
}
.AnyTagClassName
{
color: #3BCD31;
}
</style>
background-color css
<style>
a { background-color: #3BCD31; }
a { background-color: rgb(59,205,49); }
div.DivClassName
{
background-color: #3BCD31;
}
.BgClassName
{
background-color: #3BCD31;
}
</style>
border-color css
<style>
span { border-color: #3BCD31; }
span { border-color: rgb(59,205,49); }
td.TdClassName
{
border-color: #3BCD31;
}
.TagClassName
{
border-color: #3BCD31;
}
</style>