Shades of Lime Green #3BD548
Tints of Lime Green #3BD548
RGB
CMYK
RGB Variations
Color information
#3BD548 (or 0x3BD548) is known color: Lime Green. HEX triplet: 3B, D5 and 48. RGB value is (59,213,72). Sum of RGB (Red+Green+Blue) = 59+213+72=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD548 is #C42AB7. Grayscale: #979797. Windows color (decimal): -12855992 or 4773179. OLE color: 4773179.
HSL color Cylindrical-coordinate representation of color #3BD548: hue angle of 125.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD548 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 72 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.16 |
| HSL | 125.06º | 0.65% | 0.53% | - |
| HSV(B) | 125.06º | 0.72% | 0.84% | - |
| XYZ | 26.77 | 48.99 | 14.18 | - |
| YUV | 150.88 | 83.48 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 72 | 0.72 | 0 | 0.66 | 0.16 | 125.06 | 0.65 | 0.53 |
| Hex | 3B | D5 | 48 | 48 | 0 | 42 | 10 | 7D | 41 | 35 |
| Octal | 73 | 325 | 110 | 110 | 0 | 102 | 20 | 175 | 101 | 65 |
| Binary | 111011 | 11010101 | 1001000 | 1001000 | 0 | 1000010 | 10000 | 1111101 | 1000001 | 110101 |
Color Harmonies of #3BD548
Complementary color
Monochromatic Colors of #3BD548
Black with #3BD548
Text Example
Text Example
White with #3BD548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD548; }
p { color: rgb(59,213,72); }
H1.HeaderClassName
{
color: #3BD548;
}
.AnyTagClassName
{
color: #3BD548;
}
</style>
background-color css
<style>
a { background-color: #3BD548; }
a { background-color: rgb(59,213,72); }
div.DivClassName
{
background-color: #3BD548;
}
.BgClassName
{
background-color: #3BD548;
}
</style>
border-color css
<style>
span { border-color: #3BD548; }
span { border-color: rgb(59,213,72); }
td.TdClassName
{
border-color: #3BD548;
}
.TagClassName
{
border-color: #3BD548;
}
</style>