Shades of Lime Green #3BD544
Tints of Lime Green #3BD544
RGB
CMYK
RGB Variations
Color information
#3BD544 (or 0x3BD544) is known color: Lime Green. HEX triplet: 3B, D5 and 44. RGB value is (59,213,68). Sum of RGB (Red+Green+Blue) = 59+213+68=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD544 is #C42ABB. Grayscale: #969696. Windows color (decimal): -12855996 or 4511035. OLE color: 4511035.
HSL color Cylindrical-coordinate representation of color #3BD544: hue angle of 123.51º 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 #3BD544 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 68 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.16 |
| HSL | 123.51º | 0.65% | 0.53% | - |
| HSV(B) | 123.51º | 0.72% | 0.84% | - |
| XYZ | 26.64 | 48.94 | 13.51 | - |
| YUV | 150.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 68 | 0.72 | 0 | 0.68 | 0.16 | 123.51 | 0.65 | 0.53 |
| Hex | 3B | D5 | 44 | 48 | 0 | 44 | 10 | 7C | 41 | 35 |
| Octal | 73 | 325 | 104 | 110 | 0 | 104 | 20 | 174 | 101 | 65 |
| Binary | 111011 | 11010101 | 1000100 | 1001000 | 0 | 1000100 | 10000 | 1111100 | 1000001 | 110101 |
Color Harmonies of #3BD544
Complementary color
Monochromatic Colors of #3BD544
Black with #3BD544
Text Example
Text Example
White with #3BD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD544; }
p { color: rgb(59,213,68); }
H1.HeaderClassName
{
color: #3BD544;
}
.AnyTagClassName
{
color: #3BD544;
}
</style>
background-color css
<style>
a { background-color: #3BD544; }
a { background-color: rgb(59,213,68); }
div.DivClassName
{
background-color: #3BD544;
}
.BgClassName
{
background-color: #3BD544;
}
</style>
border-color css
<style>
span { border-color: #3BD544; }
span { border-color: rgb(59,213,68); }
td.TdClassName
{
border-color: #3BD544;
}
.TagClassName
{
border-color: #3BD544;
}
</style>