Shades of Lime Green #48CE4B
Tints of Lime Green #48CE4B
RGB
CMYK
RGB Variations
Color information
#48CE4B (or 0x48CE4B) is known color: Lime Green. HEX triplet: 48, CE and 4B. RGB value is (72,206,75). Sum of RGB (Red+Green+Blue) = 72+206+75=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE4B is #B731B4. Grayscale: #979797. Windows color (decimal): -12005813 or 4968008. OLE color: 4968008.
HSL color Cylindrical-coordinate representation of color #48CE4B: hue angle of 121.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE4B is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 75 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.19 |
| HSL | 121.34º | 0.58% | 0.55% | - |
| HSV(B) | 121.34º | 0.65% | 0.81% | - |
| XYZ | 26.01 | 46.03 | 14.17 | - |
| YUV | 151 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 75 | 0.65 | 0 | 0.64 | 0.19 | 121.34 | 0.58 | 0.55 |
| Hex | 48 | CE | 4B | 41 | 0 | 40 | 13 | 79 | 3A | 37 |
| Octal | 110 | 316 | 113 | 101 | 0 | 100 | 23 | 171 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1001011 | 1000001 | 0 | 1000000 | 10011 | 1111001 | 111010 | 110111 |
Color Harmonies of #48CE4B
Complementary color
Monochromatic Colors of #48CE4B
Black with #48CE4B
Text Example
Text Example
White with #48CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE4B; }
p { color: rgb(72,206,75); }
H1.HeaderClassName
{
color: #48CE4B;
}
.AnyTagClassName
{
color: #48CE4B;
}
</style>
background-color css
<style>
a { background-color: #48CE4B; }
a { background-color: rgb(72,206,75); }
div.DivClassName
{
background-color: #48CE4B;
}
.BgClassName
{
background-color: #48CE4B;
}
</style>
border-color css
<style>
span { border-color: #48CE4B; }
span { border-color: rgb(72,206,75); }
td.TdClassName
{
border-color: #48CE4B;
}
.TagClassName
{
border-color: #48CE4B;
}
</style>