Shades of Lime Green #3BDF48
Tints of Lime Green #3BDF48
RGB
CMYK
RGB Variations
Color information
#3BDF48 (or 0x3BDF48) is known color: Lime Green. HEX triplet: 3B, DF and 48. RGB value is (59,223,72). Sum of RGB (Red+Green+Blue) = 59+223+72=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF48 is #C420B7. Grayscale: #9D9D9D. Windows color (decimal): -12853432 or 4775739. OLE color: 4775739.
HSL color Cylindrical-coordinate representation of color #3BDF48: hue angle of 124.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF48 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 72 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.13 |
| HSL | 124.76º | 0.72% | 0.55% | - |
| HSV(B) | 124.76º | 0.74% | 0.87% | - |
| XYZ | 29.36 | 54.17 | 15.04 | - |
| YUV | 156.75 | 80.17 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 72 | 0.74 | 0 | 0.68 | 0.13 | 124.76 | 0.72 | 0.55 |
| Hex | 3B | DF | 48 | 4A | 0 | 44 | D | 7D | 48 | 37 |
| Octal | 73 | 337 | 110 | 112 | 0 | 104 | 15 | 175 | 110 | 67 |
| Binary | 111011 | 11011111 | 1001000 | 1001010 | 0 | 1000100 | 1101 | 1111101 | 1001000 | 110111 |
Color Harmonies of #3BDF48
Complementary color
Monochromatic Colors of #3BDF48
Black with #3BDF48
Text Example
Text Example
White with #3BDF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF48; }
p { color: rgb(59,223,72); }
H1.HeaderClassName
{
color: #3BDF48;
}
.AnyTagClassName
{
color: #3BDF48;
}
</style>
background-color css
<style>
a { background-color: #3BDF48; }
a { background-color: rgb(59,223,72); }
div.DivClassName
{
background-color: #3BDF48;
}
.BgClassName
{
background-color: #3BDF48;
}
</style>
border-color css
<style>
span { border-color: #3BDF48; }
span { border-color: rgb(59,223,72); }
td.TdClassName
{
border-color: #3BDF48;
}
.TagClassName
{
border-color: #3BDF48;
}
</style>