Shades of Lime Green #3BD145
Tints of Lime Green #3BD145
RGB
CMYK
RGB Variations
Color information
#3BD145 (or 0x3BD145) is known color: Lime Green. HEX triplet: 3B, D1 and 45. RGB value is (59,209,69). Sum of RGB (Red+Green+Blue) = 59+209+69=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD145 is #C42EBA. Grayscale: #949494. Windows color (decimal): -12857019 or 4575547. OLE color: 4575547.
HSL color Cylindrical-coordinate representation of color #3BD145: hue angle of 124º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD145 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 69 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.18 |
| HSL | 124º | 0.62% | 0.53% | - |
| HSV(B) | 124º | 0.72% | 0.82% | - |
| XYZ | 25.68 | 46.96 | 13.34 | - |
| YUV | 148.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 69 | 0.72 | 0 | 0.67 | 0.18 | 124 | 0.62 | 0.53 |
| Hex | 3B | D1 | 45 | 48 | 0 | 43 | 12 | 7C | 3E | 35 |
| Octal | 73 | 321 | 105 | 110 | 0 | 103 | 22 | 174 | 76 | 65 |
| Binary | 111011 | 11010001 | 1000101 | 1001000 | 0 | 1000011 | 10010 | 1111100 | 111110 | 110101 |
Color Harmonies of #3BD145
Complementary color
Monochromatic Colors of #3BD145
Black with #3BD145
Text Example
Text Example
White with #3BD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD145; }
p { color: rgb(59,209,69); }
H1.HeaderClassName
{
color: #3BD145;
}
.AnyTagClassName
{
color: #3BD145;
}
</style>
background-color css
<style>
a { background-color: #3BD145; }
a { background-color: rgb(59,209,69); }
div.DivClassName
{
background-color: #3BD145;
}
.BgClassName
{
background-color: #3BD145;
}
</style>
border-color css
<style>
span { border-color: #3BD145; }
span { border-color: rgb(59,209,69); }
td.TdClassName
{
border-color: #3BD145;
}
.TagClassName
{
border-color: #3BD145;
}
</style>