Shades of Lime Green #48CF40
Tints of Lime Green #48CF40
RGB
CMYK
RGB Variations
Color information
#48CF40 (or 0x48CF40) is known color: Lime Green. HEX triplet: 48, CF and 40. RGB value is (72,207,64). Sum of RGB (Red+Green+Blue) = 72+207+64=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF40 is #B730BF. Grayscale: #969696. Windows color (decimal): -12005568 or 4247368. OLE color: 4247368.
HSL color Cylindrical-coordinate representation of color #48CF40: hue angle of 116.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CF40 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 64 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.19 |
| HSL | 116.64º | 0.6% | 0.53% | - |
| HSV(B) | 116.64º | 0.69% | 0.81% | - |
| XYZ | 25.91 | 46.37 | 12.44 | - |
| YUV | 150.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 64 | 0.65 | 0 | 0.69 | 0.19 | 116.64 | 0.6 | 0.53 |
| Hex | 48 | CF | 40 | 41 | 0 | 45 | 13 | 75 | 3C | 35 |
| Octal | 110 | 317 | 100 | 101 | 0 | 105 | 23 | 165 | 74 | 65 |
| Binary | 1001000 | 11001111 | 1000000 | 1000001 | 0 | 1000101 | 10011 | 1110101 | 111100 | 110101 |
Color Harmonies of #48CF40
Complementary color
Monochromatic Colors of #48CF40
Black with #48CF40
Text Example
Text Example
White with #48CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF40; }
p { color: rgb(72,207,64); }
H1.HeaderClassName
{
color: #48CF40;
}
.AnyTagClassName
{
color: #48CF40;
}
</style>
background-color css
<style>
a { background-color: #48CF40; }
a { background-color: rgb(72,207,64); }
div.DivClassName
{
background-color: #48CF40;
}
.BgClassName
{
background-color: #48CF40;
}
</style>
border-color css
<style>
span { border-color: #48CF40; }
span { border-color: rgb(72,207,64); }
td.TdClassName
{
border-color: #48CF40;
}
.TagClassName
{
border-color: #48CF40;
}
</style>