Shades of Lime Green #48C642
Tints of Lime Green #48C642
RGB
CMYK
RGB Variations
Color information
#48C642 (or 0x48C642) is known color: Lime Green. HEX triplet: 48, C6 and 42. RGB value is (72,198,66). Sum of RGB (Red+Green+Blue) = 72+198+66=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #48C642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C642 is #B739BD. Grayscale: #919191. Windows color (decimal): -12007870 or 4376136. OLE color: 4376136.
HSL color Cylindrical-coordinate representation of color #48C642: hue angle of 117.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48C642 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 66 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.22 |
| HSL | 117.27º | 0.54% | 0.52% | - |
| HSV(B) | 117.27º | 0.67% | 0.78% | - |
| XYZ | 23.85 | 42.16 | 12.03 | - |
| YUV | 145.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 66 | 0.64 | 0 | 0.67 | 0.22 | 117.27 | 0.54 | 0.52 |
| Hex | 48 | C6 | 42 | 40 | 0 | 43 | 16 | 75 | 36 | 34 |
| Octal | 110 | 306 | 102 | 100 | 0 | 103 | 26 | 165 | 66 | 64 |
| Binary | 1001000 | 11000110 | 1000010 | 1000000 | 0 | 1000011 | 10110 | 1110101 | 110110 | 110100 |
Color Harmonies of #48C642
Complementary color
Monochromatic Colors of #48C642
Black with #48C642
Text Example
Text Example
White with #48C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C642; }
p { color: rgb(72,198,66); }
H1.HeaderClassName
{
color: #48C642;
}
.AnyTagClassName
{
color: #48C642;
}
</style>
background-color css
<style>
a { background-color: #48C642; }
a { background-color: rgb(72,198,66); }
div.DivClassName
{
background-color: #48C642;
}
.BgClassName
{
background-color: #48C642;
}
</style>
border-color css
<style>
span { border-color: #48C642; }
span { border-color: rgb(72,198,66); }
td.TdClassName
{
border-color: #48C642;
}
.TagClassName
{
border-color: #48C642;
}
</style>