Shades of Lime Green #3BD249
Tints of Lime Green #3BD249
RGB
CMYK
RGB Variations
Color information
#3BD249 (or 0x3BD249) is known color: Lime Green. HEX triplet: 3B, D2 and 49. RGB value is (59,210,73). Sum of RGB (Red+Green+Blue) = 59+210+73=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD249 is #C42DB6. Grayscale: #959595. Windows color (decimal): -12856759 or 4837947. OLE color: 4837947.
HSL color Cylindrical-coordinate representation of color #3BD249: hue angle of 125.56º degrees, saturation: 0.63, 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 #3BD249 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 73 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.18 |
| HSL | 125.56º | 0.63% | 0.53% | - |
| HSV(B) | 125.56º | 0.72% | 0.82% | - |
| XYZ | 26.05 | 47.5 | 14.1 | - |
| YUV | 149.23 | 84.97 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 73 | 0.72 | 0 | 0.65 | 0.18 | 125.56 | 0.63 | 0.53 |
| Hex | 3B | D2 | 49 | 48 | 0 | 41 | 12 | 7E | 3F | 35 |
| Octal | 73 | 322 | 111 | 110 | 0 | 101 | 22 | 176 | 77 | 65 |
| Binary | 111011 | 11010010 | 1001001 | 1001000 | 0 | 1000001 | 10010 | 1111110 | 111111 | 110101 |
Color Harmonies of #3BD249
Complementary color
Monochromatic Colors of #3BD249
Black with #3BD249
Text Example
Text Example
White with #3BD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD249; }
p { color: rgb(59,210,73); }
H1.HeaderClassName
{
color: #3BD249;
}
.AnyTagClassName
{
color: #3BD249;
}
</style>
background-color css
<style>
a { background-color: #3BD249; }
a { background-color: rgb(59,210,73); }
div.DivClassName
{
background-color: #3BD249;
}
.BgClassName
{
background-color: #3BD249;
}
</style>
border-color css
<style>
span { border-color: #3BD249; }
span { border-color: rgb(59,210,73); }
td.TdClassName
{
border-color: #3BD249;
}
.TagClassName
{
border-color: #3BD249;
}
</style>