Shades of Lime Green #48C335
Tints of Lime Green #48C335
RGB
CMYK
RGB Variations
Color information
#48C335 (or 0x48C335) is known color: Lime Green. HEX triplet: 48, C3 and 35. RGB value is (72,195,53). Sum of RGB (Red+Green+Blue) = 72+195+53=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #48C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C335 is #B73CCA. Grayscale: #8E8E8E. Windows color (decimal): -12008651 or 3523400. OLE color: 3523400.
HSL color Cylindrical-coordinate representation of color #48C335: hue angle of 111.97º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48C335 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 53 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.24 |
| HSL | 111.97º | 0.57% | 0.49% | - |
| HSV(B) | 111.97º | 0.73% | 0.76% | - |
| XYZ | 22.83 | 40.66 | 10.01 | - |
| YUV | 142.04 | 77.75 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 53 | 0.63 | 0 | 0.73 | 0.24 | 111.97 | 0.57 | 0.49 |
| Hex | 48 | C3 | 35 | 3F | 0 | 49 | 18 | 70 | 39 | 31 |
| Octal | 110 | 303 | 65 | 77 | 0 | 111 | 30 | 160 | 71 | 61 |
| Binary | 1001000 | 11000011 | 110101 | 111111 | 0 | 1001001 | 11000 | 1110000 | 111001 | 110001 |
Color Harmonies of #48C335
Complementary color
Monochromatic Colors of #48C335
Black with #48C335
Text Example
Text Example
White with #48C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C335; }
p { color: rgb(72,195,53); }
H1.HeaderClassName
{
color: #48C335;
}
.AnyTagClassName
{
color: #48C335;
}
</style>
background-color css
<style>
a { background-color: #48C335; }
a { background-color: rgb(72,195,53); }
div.DivClassName
{
background-color: #48C335;
}
.BgClassName
{
background-color: #48C335;
}
</style>
border-color css
<style>
span { border-color: #48C335; }
span { border-color: rgb(72,195,53); }
td.TdClassName
{
border-color: #48C335;
}
.TagClassName
{
border-color: #48C335;
}
</style>