Shades of Lime Green #48C92C
Tints of Lime Green #48C92C
RGB
CMYK
RGB Variations
Color information
#48C92C (or 0x48C92C) is known color: Lime Green. HEX triplet: 48, C9 and 2C. RGB value is (72,201,44). Sum of RGB (Red+Green+Blue) = 72+201+44=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #48C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C92C is #B736D3. Grayscale: #919191. Windows color (decimal): -12007124 or 2935112. OLE color: 2935112.
HSL color Cylindrical-coordinate representation of color #48C92C: hue angle of 109.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48C92C is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 201 | 44 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.21 |
| HSL | 109.3º | 0.64% | 0.48% | - |
| HSV(B) | 109.3º | 0.78% | 0.79% | - |
| XYZ | 24.01 | 43.33 | 9.48 | - |
| YUV | 144.53 | 71.26 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 44 | 0.64 | 0 | 0.78 | 0.21 | 109.3 | 0.64 | 0.48 |
| Hex | 48 | C9 | 2C | 40 | 0 | 4E | 15 | 6D | 40 | 30 |
| Octal | 110 | 311 | 54 | 100 | 0 | 116 | 25 | 155 | 100 | 60 |
| Binary | 1001000 | 11001001 | 101100 | 1000000 | 0 | 1001110 | 10101 | 1101101 | 1000000 | 110000 |
Color Harmonies of #48C92C
Complementary color
Monochromatic Colors of #48C92C
Black with #48C92C
Text Example
Text Example
White with #48C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C92C; }
p { color: rgb(72,201,44); }
H1.HeaderClassName
{
color: #48C92C;
}
.AnyTagClassName
{
color: #48C92C;
}
</style>
background-color css
<style>
a { background-color: #48C92C; }
a { background-color: rgb(72,201,44); }
div.DivClassName
{
background-color: #48C92C;
}
.BgClassName
{
background-color: #48C92C;
}
</style>
border-color css
<style>
span { border-color: #48C92C; }
span { border-color: rgb(72,201,44); }
td.TdClassName
{
border-color: #48C92C;
}
.TagClassName
{
border-color: #48C92C;
}
</style>