Shades of Lime Green #3BDD48
Tints of Lime Green #3BDD48
RGB
CMYK
RGB Variations
Color information
#3BDD48 (or 0x3BDD48) is known color: Lime Green. HEX triplet: 3B, DD and 48. RGB value is (59,221,72). Sum of RGB (Red+Green+Blue) = 59+221+72=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD48 is #C422B7. Grayscale: #9C9C9C. Windows color (decimal): -12853944 or 4775227. OLE color: 4775227.
HSL color Cylindrical-coordinate representation of color #3BDD48: hue angle of 124.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD48 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 72 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 124.81º | 0.7% | 0.55% | - |
| HSV(B) | 124.81º | 0.73% | 0.87% | - |
| XYZ | 28.83 | 53.11 | 14.86 | - |
| YUV | 155.58 | 80.83 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 72 | 0.73 | 0 | 0.67 | 0.13 | 124.81 | 0.7 | 0.55 |
| Hex | 3B | DD | 48 | 49 | 0 | 43 | D | 7D | 46 | 37 |
| Octal | 73 | 335 | 110 | 111 | 0 | 103 | 15 | 175 | 106 | 67 |
| Binary | 111011 | 11011101 | 1001000 | 1001001 | 0 | 1000011 | 1101 | 1111101 | 1000110 | 110111 |
Color Harmonies of #3BDD48
Complementary color
Monochromatic Colors of #3BDD48
Black with #3BDD48
Text Example
Text Example
White with #3BDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD48; }
p { color: rgb(59,221,72); }
H1.HeaderClassName
{
color: #3BDD48;
}
.AnyTagClassName
{
color: #3BDD48;
}
</style>
background-color css
<style>
a { background-color: #3BDD48; }
a { background-color: rgb(59,221,72); }
div.DivClassName
{
background-color: #3BDD48;
}
.BgClassName
{
background-color: #3BDD48;
}
</style>
border-color css
<style>
span { border-color: #3BDD48; }
span { border-color: rgb(59,221,72); }
td.TdClassName
{
border-color: #3BDD48;
}
.TagClassName
{
border-color: #3BDD48;
}
</style>