Shades of Lime Green #3BF545
Tints of Lime Green #3BF545
RGB
CMYK
RGB Variations
Color information
#3BF545 (or 0x3BF545) is known color: Lime Green. HEX triplet: 3B, F5 and 45. RGB value is (59,245,69). Sum of RGB (Red+Green+Blue) = 59+245+69=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 245 (96.09% from 255 or 65.68% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF545 is #C40ABA. Grayscale: #A9A9A9. Windows color (decimal): -12847803 or 4584763. OLE color: 4584763.
HSL color Cylindrical-coordinate representation of color #3BF545: hue angle of 123.23º 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 #3BF545 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 69 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.04 |
| HSL | 123.23º | 0.9% | 0.6% | - |
| HSV(B) | 123.23º | 0.76% | 0.96% | - |
| XYZ | 35.53 | 66.66 | 16.63 | - |
| YUV | 169.32 | 71.38 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 69 | 0.76 | 0 | 0.72 | 0.04 | 123.23 | 0.9 | 0.6 |
| Hex | 3B | F5 | 45 | 4C | 0 | 48 | 4 | 7B | 5A | 3C |
| Octal | 73 | 365 | 105 | 114 | 0 | 110 | 4 | 173 | 132 | 74 |
| Binary | 111011 | 11110101 | 1000101 | 1001100 | 0 | 1001000 | 100 | 1111011 | 1011010 | 111100 |
Color Harmonies of #3BF545
Complementary color
Monochromatic Colors of #3BF545
Black with #3BF545
Text Example
Text Example
White with #3BF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF545; }
p { color: rgb(59,245,69); }
H1.HeaderClassName
{
color: #3BF545;
}
.AnyTagClassName
{
color: #3BF545;
}
</style>
background-color css
<style>
a { background-color: #3BF545; }
a { background-color: rgb(59,245,69); }
div.DivClassName
{
background-color: #3BF545;
}
.BgClassName
{
background-color: #3BF545;
}
</style>
border-color css
<style>
span { border-color: #3BF545; }
span { border-color: rgb(59,245,69); }
td.TdClassName
{
border-color: #3BF545;
}
.TagClassName
{
border-color: #3BF545;
}
</style>