Shades of Lime Green #3BCD32
Tints of Lime Green #3BCD32
RGB
CMYK
RGB Variations
Color information
#3BCD32 (or 0x3BCD32) is known color: Lime Green. HEX triplet: 3B, CD and 32. RGB value is (59,205,50). Sum of RGB (Red+Green+Blue) = 59+205+50=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD32 is #C432CD. Grayscale: #909090. Windows color (decimal): -12858062 or 3329339. OLE color: 3329339.
HSL color Cylindrical-coordinate representation of color #3BCD32: hue angle of 116.52º 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 #3BCD32 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 50 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.20 |
| HSL | 116.52º | 0.61% | 0.5% | - |
| HSV(B) | 116.52º | 0.76% | 0.8% | - |
| XYZ | 24.21 | 44.82 | 10.39 | - |
| YUV | 143.68 | 75.13 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 50 | 0.71 | 0 | 0.76 | 0.20 | 116.52 | 0.61 | 0.5 |
| Hex | 3B | CD | 32 | 47 | 0 | 4C | 14 | 75 | 3D | 32 |
| Octal | 73 | 315 | 62 | 107 | 0 | 114 | 24 | 165 | 75 | 62 |
| Binary | 111011 | 11001101 | 110010 | 1000111 | 0 | 1001100 | 10100 | 1110101 | 111101 | 110010 |
Color Harmonies of #3BCD32
Complementary color
Monochromatic Colors of #3BCD32
Black with #3BCD32
Text Example
Text Example
White with #3BCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD32; }
p { color: rgb(59,205,50); }
H1.HeaderClassName
{
color: #3BCD32;
}
.AnyTagClassName
{
color: #3BCD32;
}
</style>
background-color css
<style>
a { background-color: #3BCD32; }
a { background-color: rgb(59,205,50); }
div.DivClassName
{
background-color: #3BCD32;
}
.BgClassName
{
background-color: #3BCD32;
}
</style>
border-color css
<style>
span { border-color: #3BCD32; }
span { border-color: rgb(59,205,50); }
td.TdClassName
{
border-color: #3BCD32;
}
.TagClassName
{
border-color: #3BCD32;
}
</style>