Shades of Lime Green #48D62F
Tints of Lime Green #48D62F
RGB
CMYK
RGB Variations
Color information
#48D62F (or 0x48D62F) is known color: Lime Green. HEX triplet: 48, D6 and 2F. RGB value is (72,214,47). Sum of RGB (Red+Green+Blue) = 72+214+47=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #48D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D62F is #B729D0. Grayscale: #999999. Windows color (decimal): -12003793 or 3135048. OLE color: 3135048.
HSL color Cylindrical-coordinate representation of color #48D62F: hue angle of 111.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48D62F is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 47 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.16 |
| HSL | 111.02º | 0.67% | 0.51% | - |
| HSV(B) | 111.02º | 0.78% | 0.84% | - |
| XYZ | 27.23 | 49.68 | 10.84 | - |
| YUV | 152.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 47 | 0.66 | 0 | 0.78 | 0.16 | 111.02 | 0.67 | 0.51 |
| Hex | 48 | D6 | 2F | 42 | 0 | 4E | 10 | 6F | 43 | 33 |
| Octal | 110 | 326 | 57 | 102 | 0 | 116 | 20 | 157 | 103 | 63 |
| Binary | 1001000 | 11010110 | 101111 | 1000010 | 0 | 1001110 | 10000 | 1101111 | 1000011 | 110011 |
Color Harmonies of #48D62F
Complementary color
Monochromatic Colors of #48D62F
Black with #48D62F
Text Example
Text Example
White with #48D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D62F; }
p { color: rgb(72,214,47); }
H1.HeaderClassName
{
color: #48D62F;
}
.AnyTagClassName
{
color: #48D62F;
}
</style>
background-color css
<style>
a { background-color: #48D62F; }
a { background-color: rgb(72,214,47); }
div.DivClassName
{
background-color: #48D62F;
}
.BgClassName
{
background-color: #48D62F;
}
</style>
border-color css
<style>
span { border-color: #48D62F; }
span { border-color: rgb(72,214,47); }
td.TdClassName
{
border-color: #48D62F;
}
.TagClassName
{
border-color: #48D62F;
}
</style>