Shades of Lime Green #3BF530
Tints of Lime Green #3BF530
RGB
CMYK
RGB Variations
Color information
#3BF530 (or 0x3BF530) is known color: Lime Green. HEX triplet: 3B, F5 and 30. RGB value is (59,245,48). Sum of RGB (Red+Green+Blue) = 59+245+48=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF530 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF530 is #C40ACF. Grayscale: #A7A7A7. Windows color (decimal): -12847824 or 3208507. OLE color: 3208507.
HSL color Cylindrical-coordinate representation of color #3BF530: hue angle of 116.65º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BF530 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 48 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.04 |
| HSL | 116.65º | 0.91% | 0.57% | - |
| HSV(B) | 116.65º | 0.8% | 0.96% | - |
| XYZ | 34.99 | 66.45 | 13.78 | - |
| YUV | 166.93 | 60.88 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 48 | 0.76 | 0 | 0.80 | 0.04 | 116.65 | 0.91 | 0.57 |
| Hex | 3B | F5 | 30 | 4C | 0 | 50 | 4 | 75 | 5B | 39 |
| Octal | 73 | 365 | 60 | 114 | 0 | 120 | 4 | 165 | 133 | 71 |
| Binary | 111011 | 11110101 | 110000 | 1001100 | 0 | 1010000 | 100 | 1110101 | 1011011 | 111001 |
Color Harmonies of #3BF530
Complementary color
Monochromatic Colors of #3BF530
Black with #3BF530
Text Example
Text Example
White with #3BF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF530; }
p { color: rgb(59,245,48); }
H1.HeaderClassName
{
color: #3BF530;
}
.AnyTagClassName
{
color: #3BF530;
}
</style>
background-color css
<style>
a { background-color: #3BF530; }
a { background-color: rgb(59,245,48); }
div.DivClassName
{
background-color: #3BF530;
}
.BgClassName
{
background-color: #3BF530;
}
</style>
border-color css
<style>
span { border-color: #3BF530; }
span { border-color: rgb(59,245,48); }
td.TdClassName
{
border-color: #3BF530;
}
.TagClassName
{
border-color: #3BF530;
}
</style>