Shades of Lime Green #48C23C
Tints of Lime Green #48C23C
RGB
CMYK
RGB Variations
Color information
#48C23C (or 0x48C23C) is known color: Lime Green. HEX triplet: 48, C2 and 3C. RGB value is (72,194,60). Sum of RGB (Red+Green+Blue) = 72+194+60=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #48C23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C23C is #B73DC3. Grayscale: #8E8E8E. Windows color (decimal): -12008900 or 3981896. OLE color: 3981896.
HSL color Cylindrical-coordinate representation of color #48C23C: hue angle of 114.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C23C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 60 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.24 |
| HSL | 114.63º | 0.53% | 0.5% | - |
| HSV(B) | 114.63º | 0.69% | 0.76% | - |
| XYZ | 22.78 | 40.29 | 10.85 | - |
| YUV | 142.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 60 | 0.63 | 0 | 0.69 | 0.24 | 114.63 | 0.53 | 0.5 |
| Hex | 48 | C2 | 3C | 3F | 0 | 45 | 18 | 73 | 35 | 32 |
| Octal | 110 | 302 | 74 | 77 | 0 | 105 | 30 | 163 | 65 | 62 |
| Binary | 1001000 | 11000010 | 111100 | 111111 | 0 | 1000101 | 11000 | 1110011 | 110101 | 110010 |
Color Harmonies of #48C23C
Complementary color
Monochromatic Colors of #48C23C
Black with #48C23C
Text Example
Text Example
White with #48C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C23C; }
p { color: rgb(72,194,60); }
H1.HeaderClassName
{
color: #48C23C;
}
.AnyTagClassName
{
color: #48C23C;
}
</style>
background-color css
<style>
a { background-color: #48C23C; }
a { background-color: rgb(72,194,60); }
div.DivClassName
{
background-color: #48C23C;
}
.BgClassName
{
background-color: #48C23C;
}
</style>
border-color css
<style>
span { border-color: #48C23C; }
span { border-color: rgb(72,194,60); }
td.TdClassName
{
border-color: #48C23C;
}
.TagClassName
{
border-color: #48C23C;
}
</style>