Shades of Lime Green #48CF37
Tints of Lime Green #48CF37
RGB
CMYK
RGB Variations
Color information
#48CF37 (or 0x48CF37) is known color: Lime Green. HEX triplet: 48, CF and 37. RGB value is (72,207,55). Sum of RGB (Red+Green+Blue) = 72+207+55=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF37 is #B730C8. Grayscale: #959595. Windows color (decimal): -12005577 or 3657544. OLE color: 3657544.
HSL color Cylindrical-coordinate representation of color #48CF37: hue angle of 113.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48CF37 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 55 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.19 |
| HSL | 113.29º | 0.61% | 0.51% | - |
| HSV(B) | 113.29º | 0.73% | 0.81% | - |
| XYZ | 25.67 | 46.28 | 11.19 | - |
| YUV | 149.31 | 74.77 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 55 | 0.65 | 0 | 0.73 | 0.19 | 113.29 | 0.61 | 0.51 |
| Hex | 48 | CF | 37 | 41 | 0 | 49 | 13 | 71 | 3D | 33 |
| Octal | 110 | 317 | 67 | 101 | 0 | 111 | 23 | 161 | 75 | 63 |
| Binary | 1001000 | 11001111 | 110111 | 1000001 | 0 | 1001001 | 10011 | 1110001 | 111101 | 110011 |
Color Harmonies of #48CF37
Complementary color
Monochromatic Colors of #48CF37
Black with #48CF37
Text Example
Text Example
White with #48CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF37; }
p { color: rgb(72,207,55); }
H1.HeaderClassName
{
color: #48CF37;
}
.AnyTagClassName
{
color: #48CF37;
}
</style>
background-color css
<style>
a { background-color: #48CF37; }
a { background-color: rgb(72,207,55); }
div.DivClassName
{
background-color: #48CF37;
}
.BgClassName
{
background-color: #48CF37;
}
</style>
border-color css
<style>
span { border-color: #48CF37; }
span { border-color: rgb(72,207,55); }
td.TdClassName
{
border-color: #48CF37;
}
.TagClassName
{
border-color: #48CF37;
}
</style>