Shades of Lime Green #48C034
Tints of Lime Green #48C034
RGB
CMYK
RGB Variations
Color information
#48C034 (or 0x48C034) is known color: Lime Green. HEX triplet: 48, C0 and 34. RGB value is (72,192,52). Sum of RGB (Red+Green+Blue) = 72+192+52=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #48C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C034 is #B73FCB. Grayscale: #8C8C8C. Windows color (decimal): -12009420 or 3457096. OLE color: 3457096.
HSL color Cylindrical-coordinate representation of color #48C034: hue angle of 111.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48C034 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 52 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.25 |
| HSL | 111.43º | 0.57% | 0.48% | - |
| HSV(B) | 111.43º | 0.73% | 0.75% | - |
| XYZ | 22.14 | 39.32 | 9.67 | - |
| YUV | 140.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 52 | 0.63 | 0 | 0.73 | 0.25 | 111.43 | 0.57 | 0.48 |
| Hex | 48 | C0 | 34 | 3F | 0 | 49 | 19 | 6F | 39 | 30 |
| Octal | 110 | 300 | 64 | 77 | 0 | 111 | 31 | 157 | 71 | 60 |
| Binary | 1001000 | 11000000 | 110100 | 111111 | 0 | 1001001 | 11001 | 1101111 | 111001 | 110000 |
Color Harmonies of #48C034
Complementary color
Monochromatic Colors of #48C034
Black with #48C034
Text Example
Text Example
White with #48C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C034; }
p { color: rgb(72,192,52); }
H1.HeaderClassName
{
color: #48C034;
}
.AnyTagClassName
{
color: #48C034;
}
</style>
background-color css
<style>
a { background-color: #48C034; }
a { background-color: rgb(72,192,52); }
div.DivClassName
{
background-color: #48C034;
}
.BgClassName
{
background-color: #48C034;
}
</style>
border-color css
<style>
span { border-color: #48C034; }
span { border-color: rgb(72,192,52); }
td.TdClassName
{
border-color: #48C034;
}
.TagClassName
{
border-color: #48C034;
}
</style>