Shades of Lime Green #48B735
Tints of Lime Green #48B735
RGB
CMYK
RGB Variations
Color information
#48B735 (or 0x48B735) is known color: Lime Green. HEX triplet: 48, B7 and 35. RGB value is (72,183,53). Sum of RGB (Red+Green+Blue) = 72+183+53=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #48B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B735 is #B748CA. Grayscale: #878787. Windows color (decimal): -12011723 or 3520328. OLE color: 3520328.
HSL color Cylindrical-coordinate representation of color #48B735: hue angle of 111.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B735 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 53 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.28 |
| HSL | 111.23º | 0.55% | 0.46% | - |
| HSV(B) | 111.23º | 0.71% | 0.72% | - |
| XYZ | 20.25 | 35.5 | 9.15 | - |
| YUV | 134.99 | 81.73 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 53 | 0.61 | 0 | 0.71 | 0.28 | 111.23 | 0.55 | 0.46 |
| Hex | 48 | B7 | 35 | 3D | 0 | 47 | 1C | 6F | 37 | 2E |
| Octal | 110 | 267 | 65 | 75 | 0 | 107 | 34 | 157 | 67 | 56 |
| Binary | 1001000 | 10110111 | 110101 | 111101 | 0 | 1000111 | 11100 | 1101111 | 110111 | 101110 |
Color Harmonies of #48B735
Complementary color
Monochromatic Colors of #48B735
Black with #48B735
Text Example
Text Example
White with #48B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B735; }
p { color: rgb(72,183,53); }
H1.HeaderClassName
{
color: #48B735;
}
.AnyTagClassName
{
color: #48B735;
}
</style>
background-color css
<style>
a { background-color: #48B735; }
a { background-color: rgb(72,183,53); }
div.DivClassName
{
background-color: #48B735;
}
.BgClassName
{
background-color: #48B735;
}
</style>
border-color css
<style>
span { border-color: #48B735; }
span { border-color: rgb(72,183,53); }
td.TdClassName
{
border-color: #48B735;
}
.TagClassName
{
border-color: #48B735;
}
</style>