Shades of Lime Green #48C031
Tints of Lime Green #48C031
RGB
CMYK
RGB Variations
Color information
#48C031 (or 0x48C031) is known color: Lime Green. HEX triplet: 48, C0 and 31. RGB value is (72,192,49). Sum of RGB (Red+Green+Blue) = 72+192+49=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #48C031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C031 is #B73FCE. Grayscale: #8C8C8C. Windows color (decimal): -12009423 or 3260488. OLE color: 3260488.
HSL color Cylindrical-coordinate representation of color #48C031: hue angle of 110.35º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48C031 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 49 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.25 |
| HSL | 110.35º | 0.59% | 0.47% | - |
| HSV(B) | 110.35º | 0.74% | 0.75% | - |
| XYZ | 22.08 | 39.3 | 9.33 | - |
| YUV | 139.82 | 76.74 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 49 | 0.63 | 0 | 0.74 | 0.25 | 110.35 | 0.59 | 0.47 |
| Hex | 48 | C0 | 31 | 3F | 0 | 4A | 19 | 6E | 3B | 2F |
| Octal | 110 | 300 | 61 | 77 | 0 | 112 | 31 | 156 | 73 | 57 |
| Binary | 1001000 | 11000000 | 110001 | 111111 | 0 | 1001010 | 11001 | 1101110 | 111011 | 101111 |
Color Harmonies of #48C031
Complementary color
Monochromatic Colors of #48C031
Black with #48C031
Text Example
Text Example
White with #48C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C031; }
p { color: rgb(72,192,49); }
H1.HeaderClassName
{
color: #48C031;
}
.AnyTagClassName
{
color: #48C031;
}
</style>
background-color css
<style>
a { background-color: #48C031; }
a { background-color: rgb(72,192,49); }
div.DivClassName
{
background-color: #48C031;
}
.BgClassName
{
background-color: #48C031;
}
</style>
border-color css
<style>
span { border-color: #48C031; }
span { border-color: rgb(72,192,49); }
td.TdClassName
{
border-color: #48C031;
}
.TagClassName
{
border-color: #48C031;
}
</style>