Shades of Lime Green #48CE51
Tints of Lime Green #48CE51
RGB
CMYK
RGB Variations
Color information
#48CE51 (or 0x48CE51) is known color: Lime Green. HEX triplet: 48, CE and 51. RGB value is (72,206,81). Sum of RGB (Red+Green+Blue) = 72+206+81=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE51 is #B731AE. Grayscale: #989898. Windows color (decimal): -12005807 or 5361224. OLE color: 5361224.
HSL color Cylindrical-coordinate representation of color #48CE51: hue angle of 124.03º 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 #48CE51 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 81 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.19 |
| HSL | 124.03º | 0.58% | 0.55% | - |
| HSV(B) | 124.03º | 0.65% | 0.81% | - |
| XYZ | 26.23 | 46.11 | 15.3 | - |
| YUV | 151.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 81 | 0.65 | 0 | 0.61 | 0.19 | 124.03 | 0.58 | 0.55 |
| Hex | 48 | CE | 51 | 41 | 0 | 3D | 13 | 7C | 3A | 37 |
| Octal | 110 | 316 | 121 | 101 | 0 | 75 | 23 | 174 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1010001 | 1000001 | 0 | 111101 | 10011 | 1111100 | 111010 | 110111 |
Color Harmonies of #48CE51
Complementary color
Monochromatic Colors of #48CE51
Black with #48CE51
Text Example
Text Example
White with #48CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE51; }
p { color: rgb(72,206,81); }
H1.HeaderClassName
{
color: #48CE51;
}
.AnyTagClassName
{
color: #48CE51;
}
</style>
background-color css
<style>
a { background-color: #48CE51; }
a { background-color: rgb(72,206,81); }
div.DivClassName
{
background-color: #48CE51;
}
.BgClassName
{
background-color: #48CE51;
}
</style>
border-color css
<style>
span { border-color: #48CE51; }
span { border-color: rgb(72,206,81); }
td.TdClassName
{
border-color: #48CE51;
}
.TagClassName
{
border-color: #48CE51;
}
</style>