Shades of Lime Green #48B935
Tints of Lime Green #48B935
RGB
CMYK
RGB Variations
Color information
#48B935 (or 0x48B935) is known color: Lime Green. HEX triplet: 48, B9 and 35. RGB value is (72,185,53). Sum of RGB (Red+Green+Blue) = 72+185+53=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #48B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B935 is #B746CA. Grayscale: #888888. Windows color (decimal): -12011211 or 3520840. OLE color: 3520840.
HSL color Cylindrical-coordinate representation of color #48B935: hue angle of 111.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B935 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 53 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.27 |
| HSL | 111.36º | 0.55% | 0.47% | - |
| HSV(B) | 111.36º | 0.71% | 0.73% | - |
| XYZ | 20.66 | 36.33 | 9.29 | - |
| YUV | 136.17 | 81.06 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 53 | 0.61 | 0 | 0.71 | 0.27 | 111.36 | 0.55 | 0.47 |
| Hex | 48 | B9 | 35 | 3D | 0 | 47 | 1B | 6F | 37 | 2F |
| Octal | 110 | 271 | 65 | 75 | 0 | 107 | 33 | 157 | 67 | 57 |
| Binary | 1001000 | 10111001 | 110101 | 111101 | 0 | 1000111 | 11011 | 1101111 | 110111 | 101111 |
Color Harmonies of #48B935
Complementary color
Monochromatic Colors of #48B935
Black with #48B935
Text Example
Text Example
White with #48B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B935; }
p { color: rgb(72,185,53); }
H1.HeaderClassName
{
color: #48B935;
}
.AnyTagClassName
{
color: #48B935;
}
</style>
background-color css
<style>
a { background-color: #48B935; }
a { background-color: rgb(72,185,53); }
div.DivClassName
{
background-color: #48B935;
}
.BgClassName
{
background-color: #48B935;
}
</style>
border-color css
<style>
span { border-color: #48B935; }
span { border-color: rgb(72,185,53); }
td.TdClassName
{
border-color: #48B935;
}
.TagClassName
{
border-color: #48B935;
}
</style>