Shades of Lime Green #48BE40
Tints of Lime Green #48BE40
RGB
CMYK
RGB Variations
Color information
#48BE40 (or 0x48BE40) is known color: Lime Green. HEX triplet: 48, BE and 40. RGB value is (72,190,64). Sum of RGB (Red+Green+Blue) = 72+190+64=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE40 is #B741BF. Grayscale: #8C8C8C. Windows color (decimal): -12009920 or 4243016. OLE color: 4243016.
HSL color Cylindrical-coordinate representation of color #48BE40: hue angle of 116.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BE40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 190 | 64 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.25 |
| HSL | 116.19º | 0.5% | 0.5% | - |
| HSV(B) | 116.19º | 0.66% | 0.75% | - |
| XYZ | 22.01 | 38.57 | 11.14 | - |
| YUV | 140.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 64 | 0.62 | 0 | 0.66 | 0.25 | 116.19 | 0.5 | 0.5 |
| Hex | 48 | BE | 40 | 3E | 0 | 42 | 19 | 74 | 32 | 32 |
| Octal | 110 | 276 | 100 | 76 | 0 | 102 | 31 | 164 | 62 | 62 |
| Binary | 1001000 | 10111110 | 1000000 | 111110 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #48BE40
Complementary color
Monochromatic Colors of #48BE40
Black with #48BE40
Text Example
Text Example
White with #48BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BE40; }
p { color: rgb(72,190,64); }
H1.HeaderClassName
{
color: #48BE40;
}
.AnyTagClassName
{
color: #48BE40;
}
</style>
background-color css
<style>
a { background-color: #48BE40; }
a { background-color: rgb(72,190,64); }
div.DivClassName
{
background-color: #48BE40;
}
.BgClassName
{
background-color: #48BE40;
}
</style>
border-color css
<style>
span { border-color: #48BE40; }
span { border-color: rgb(72,190,64); }
td.TdClassName
{
border-color: #48BE40;
}
.TagClassName
{
border-color: #48BE40;
}
</style>