Shades of Lime Green #3BF748
Tints of Lime Green #3BF748
RGB
CMYK
RGB Variations
Color information
#3BF748 (or 0x3BF748) is known color: Lime Green. HEX triplet: 3B, F7 and 48. RGB value is (59,247,72). Sum of RGB (Red+Green+Blue) = 59+247+72=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF748 is #C408B7. Grayscale: #ABABAB. Windows color (decimal): -12847288 or 4781883. OLE color: 4781883.
HSL color Cylindrical-coordinate representation of color #3BF748: hue angle of 124.15º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF748 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 72 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.03 |
| HSL | 124.15º | 0.92% | 0.6% | - |
| HSV(B) | 124.15º | 0.76% | 0.97% | - |
| XYZ | 36.23 | 67.92 | 17.33 | - |
| YUV | 170.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 72 | 0.76 | 0 | 0.71 | 0.03 | 124.15 | 0.92 | 0.6 |
| Hex | 3B | F7 | 48 | 4C | 0 | 47 | 3 | 7C | 5C | 3C |
| Octal | 73 | 367 | 110 | 114 | 0 | 107 | 3 | 174 | 134 | 74 |
| Binary | 111011 | 11110111 | 1001000 | 1001100 | 0 | 1000111 | 11 | 1111100 | 1011100 | 111100 |
Color Harmonies of #3BF748
Complementary color
Monochromatic Colors of #3BF748
Black with #3BF748
Text Example
Text Example
White with #3BF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF748; }
p { color: rgb(59,247,72); }
H1.HeaderClassName
{
color: #3BF748;
}
.AnyTagClassName
{
color: #3BF748;
}
</style>
background-color css
<style>
a { background-color: #3BF748; }
a { background-color: rgb(59,247,72); }
div.DivClassName
{
background-color: #3BF748;
}
.BgClassName
{
background-color: #3BF748;
}
</style>
border-color css
<style>
span { border-color: #3BF748; }
span { border-color: rgb(59,247,72); }
td.TdClassName
{
border-color: #3BF748;
}
.TagClassName
{
border-color: #3BF748;
}
</style>