Shades of Lime Green #48CF4A
Tints of Lime Green #48CF4A
RGB
CMYK
RGB Variations
Color information
#48CF4A (or 0x48CF4A) is known color: Lime Green. HEX triplet: 48, CF and 4A. RGB value is (72,207,74). Sum of RGB (Red+Green+Blue) = 72+207+74=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF4A is #B730B5. Grayscale: #979797. Windows color (decimal): -12005558 or 4902728. OLE color: 4902728.
HSL color Cylindrical-coordinate representation of color #48CF4A: hue angle of 120.89º 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 #48CF4A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 74 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.19 |
| HSL | 120.89º | 0.58% | 0.55% | - |
| HSV(B) | 120.89º | 0.65% | 0.81% | - |
| XYZ | 26.22 | 46.5 | 14.07 | - |
| YUV | 151.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 74 | 0.65 | 0 | 0.64 | 0.19 | 120.89 | 0.58 | 0.55 |
| Hex | 48 | CF | 4A | 41 | 0 | 40 | 13 | 79 | 3A | 37 |
| Octal | 110 | 317 | 112 | 101 | 0 | 100 | 23 | 171 | 72 | 67 |
| Binary | 1001000 | 11001111 | 1001010 | 1000001 | 0 | 1000000 | 10011 | 1111001 | 111010 | 110111 |
Color Harmonies of #48CF4A
Complementary color
Monochromatic Colors of #48CF4A
Black with #48CF4A
Text Example
Text Example
White with #48CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF4A; }
p { color: rgb(72,207,74); }
H1.HeaderClassName
{
color: #48CF4A;
}
.AnyTagClassName
{
color: #48CF4A;
}
</style>
background-color css
<style>
a { background-color: #48CF4A; }
a { background-color: rgb(72,207,74); }
div.DivClassName
{
background-color: #48CF4A;
}
.BgClassName
{
background-color: #48CF4A;
}
</style>
border-color css
<style>
span { border-color: #48CF4A; }
span { border-color: rgb(72,207,74); }
td.TdClassName
{
border-color: #48CF4A;
}
.TagClassName
{
border-color: #48CF4A;
}
</style>