Shades of Lime Green #3BF549
Tints of Lime Green #3BF549
RGB
CMYK
RGB Variations
Color information
#3BF549 (or 0x3BF549) is known color: Lime Green. HEX triplet: 3B, F5 and 49. RGB value is (59,245,73). Sum of RGB (Red+Green+Blue) = 59+245+73=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF549 is #C40AB6. Grayscale: #AAAAAA. Windows color (decimal): -12847799 or 4846907. OLE color: 4846907.
HSL color Cylindrical-coordinate representation of color #3BF549: hue angle of 124.52º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF549 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 73 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.04 |
| HSL | 124.52º | 0.9% | 0.6% | - |
| HSV(B) | 124.52º | 0.76% | 0.96% | - |
| XYZ | 35.66 | 66.72 | 17.3 | - |
| YUV | 169.78 | 73.38 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 73 | 0.76 | 0 | 0.70 | 0.04 | 124.52 | 0.9 | 0.6 |
| Hex | 3B | F5 | 49 | 4C | 0 | 46 | 4 | 7D | 5A | 3C |
| Octal | 73 | 365 | 111 | 114 | 0 | 106 | 4 | 175 | 132 | 74 |
| Binary | 111011 | 11110101 | 1001001 | 1001100 | 0 | 1000110 | 100 | 1111101 | 1011010 | 111100 |
Color Harmonies of #3BF549
Complementary color
Monochromatic Colors of #3BF549
Black with #3BF549
Text Example
Text Example
White with #3BF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF549; }
p { color: rgb(59,245,73); }
H1.HeaderClassName
{
color: #3BF549;
}
.AnyTagClassName
{
color: #3BF549;
}
</style>
background-color css
<style>
a { background-color: #3BF549; }
a { background-color: rgb(59,245,73); }
div.DivClassName
{
background-color: #3BF549;
}
.BgClassName
{
background-color: #3BF549;
}
</style>
border-color css
<style>
span { border-color: #3BF549; }
span { border-color: rgb(59,245,73); }
td.TdClassName
{
border-color: #3BF549;
}
.TagClassName
{
border-color: #3BF549;
}
</style>