Shades of Lime Green #3BCD48
Tints of Lime Green #3BCD48
RGB
CMYK
RGB Variations
Color information
#3BCD48 (or 0x3BCD48) is known color: Lime Green. HEX triplet: 3B, CD and 48. RGB value is (59,205,72). Sum of RGB (Red+Green+Blue) = 59+205+72=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD48 is #C432B7. Grayscale: #929292. Windows color (decimal): -12858040 or 4771131. OLE color: 4771131.
HSL color Cylindrical-coordinate representation of color #3BCD48: hue angle of 125.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD48 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 72 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.20 |
| HSL | 125.34º | 0.59% | 0.52% | - |
| HSV(B) | 125.34º | 0.71% | 0.8% | - |
| XYZ | 24.8 | 45.06 | 13.52 | - |
| YUV | 146.18 | 86.13 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 72 | 0.71 | 0 | 0.65 | 0.20 | 125.34 | 0.59 | 0.52 |
| Hex | 3B | CD | 48 | 47 | 0 | 41 | 14 | 7D | 3B | 34 |
| Octal | 73 | 315 | 110 | 107 | 0 | 101 | 24 | 175 | 73 | 64 |
| Binary | 111011 | 11001101 | 1001000 | 1000111 | 0 | 1000001 | 10100 | 1111101 | 111011 | 110100 |
Color Harmonies of #3BCD48
Complementary color
Monochromatic Colors of #3BCD48
Black with #3BCD48
Text Example
Text Example
White with #3BCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD48; }
p { color: rgb(59,205,72); }
H1.HeaderClassName
{
color: #3BCD48;
}
.AnyTagClassName
{
color: #3BCD48;
}
</style>
background-color css
<style>
a { background-color: #3BCD48; }
a { background-color: rgb(59,205,72); }
div.DivClassName
{
background-color: #3BCD48;
}
.BgClassName
{
background-color: #3BCD48;
}
</style>
border-color css
<style>
span { border-color: #3BCD48; }
span { border-color: rgb(59,205,72); }
td.TdClassName
{
border-color: #3BCD48;
}
.TagClassName
{
border-color: #3BCD48;
}
</style>