Shades of Lime Green #3BC748
Tints of Lime Green #3BC748
RGB
CMYK
RGB Variations
Color information
#3BC748 (or 0x3BC748) is known color: Lime Green. HEX triplet: 3B, C7 and 48. RGB value is (59,199,72). Sum of RGB (Red+Green+Blue) = 59+199+72=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC748 is #C438B7. Grayscale: #8F8F8F. Windows color (decimal): -12859576 or 4769595. OLE color: 4769595.
HSL color Cylindrical-coordinate representation of color #3BC748: hue angle of 125.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC748 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 72 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.22 |
| HSL | 125.57º | 0.56% | 0.51% | - |
| HSV(B) | 125.57º | 0.7% | 0.78% | - |
| XYZ | 23.4 | 42.24 | 13.05 | - |
| YUV | 142.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 72 | 0.70 | 0 | 0.64 | 0.22 | 125.57 | 0.56 | 0.51 |
| Hex | 3B | C7 | 48 | 46 | 0 | 40 | 16 | 7E | 38 | 33 |
| Octal | 73 | 307 | 110 | 106 | 0 | 100 | 26 | 176 | 70 | 63 |
| Binary | 111011 | 11000111 | 1001000 | 1000110 | 0 | 1000000 | 10110 | 1111110 | 111000 | 110011 |
Color Harmonies of #3BC748
Complementary color
Monochromatic Colors of #3BC748
Black with #3BC748
Text Example
Text Example
White with #3BC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC748; }
p { color: rgb(59,199,72); }
H1.HeaderClassName
{
color: #3BC748;
}
.AnyTagClassName
{
color: #3BC748;
}
</style>
background-color css
<style>
a { background-color: #3BC748; }
a { background-color: rgb(59,199,72); }
div.DivClassName
{
background-color: #3BC748;
}
.BgClassName
{
background-color: #3BC748;
}
</style>
border-color css
<style>
span { border-color: #3BC748; }
span { border-color: rgb(59,199,72); }
td.TdClassName
{
border-color: #3BC748;
}
.TagClassName
{
border-color: #3BC748;
}
</style>