Shades of Lime Green #48CF2F
Tints of Lime Green #48CF2F
RGB
CMYK
RGB Variations
Color information
#48CF2F (or 0x48CF2F) is known color: Lime Green. HEX triplet: 48, CF and 2F. RGB value is (72,207,47). Sum of RGB (Red+Green+Blue) = 72+207+47=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF2F is #B730D0. Grayscale: #949494. Windows color (decimal): -12005585 or 3133256. OLE color: 3133256.
HSL color Cylindrical-coordinate representation of color #48CF2F: hue angle of 110.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48CF2F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 47 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.19 |
| HSL | 110.63º | 0.63% | 0.5% | - |
| HSV(B) | 110.63º | 0.77% | 0.81% | - |
| XYZ | 25.5 | 46.21 | 10.26 | - |
| YUV | 148.4 | 70.77 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 47 | 0.65 | 0 | 0.77 | 0.19 | 110.63 | 0.63 | 0.5 |
| Hex | 48 | CF | 2F | 41 | 0 | 4D | 13 | 6F | 3F | 32 |
| Octal | 110 | 317 | 57 | 101 | 0 | 115 | 23 | 157 | 77 | 62 |
| Binary | 1001000 | 11001111 | 101111 | 1000001 | 0 | 1001101 | 10011 | 1101111 | 111111 | 110010 |
Color Harmonies of #48CF2F
Complementary color
Monochromatic Colors of #48CF2F
Black with #48CF2F
Text Example
Text Example
White with #48CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF2F; }
p { color: rgb(72,207,47); }
H1.HeaderClassName
{
color: #48CF2F;
}
.AnyTagClassName
{
color: #48CF2F;
}
</style>
background-color css
<style>
a { background-color: #48CF2F; }
a { background-color: rgb(72,207,47); }
div.DivClassName
{
background-color: #48CF2F;
}
.BgClassName
{
background-color: #48CF2F;
}
</style>
border-color css
<style>
span { border-color: #48CF2F; }
span { border-color: rgb(72,207,47); }
td.TdClassName
{
border-color: #48CF2F;
}
.TagClassName
{
border-color: #48CF2F;
}
</style>