Shades of Lime Green #48D64C
Tints of Lime Green #48D64C
RGB
CMYK
RGB Variations
Color information
#48D64C (or 0x48D64C) is known color: Lime Green. HEX triplet: 48, D6 and 4C. RGB value is (72,214,76). Sum of RGB (Red+Green+Blue) = 72+214+76=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #48D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D64C is #B729B3. Grayscale: #9C9C9C. Windows color (decimal): -12003764 or 5035592. OLE color: 5035592.
HSL color Cylindrical-coordinate representation of color #48D64C: hue angle of 121.69º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D64C is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 76 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.16 |
| HSL | 121.69º | 0.63% | 0.56% | - |
| HSV(B) | 121.69º | 0.66% | 0.84% | - |
| XYZ | 28.02 | 49.99 | 15.01 | - |
| YUV | 155.81 | 82.96 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 76 | 0.66 | 0 | 0.64 | 0.16 | 121.69 | 0.63 | 0.56 |
| Hex | 48 | D6 | 4C | 42 | 0 | 40 | 10 | 7A | 3F | 38 |
| Octal | 110 | 326 | 114 | 102 | 0 | 100 | 20 | 172 | 77 | 70 |
| Binary | 1001000 | 11010110 | 1001100 | 1000010 | 0 | 1000000 | 10000 | 1111010 | 111111 | 111000 |
Color Harmonies of #48D64C
Complementary color
Monochromatic Colors of #48D64C
Black with #48D64C
Text Example
Text Example
White with #48D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D64C; }
p { color: rgb(72,214,76); }
H1.HeaderClassName
{
color: #48D64C;
}
.AnyTagClassName
{
color: #48D64C;
}
</style>
background-color css
<style>
a { background-color: #48D64C; }
a { background-color: rgb(72,214,76); }
div.DivClassName
{
background-color: #48D64C;
}
.BgClassName
{
background-color: #48D64C;
}
</style>
border-color css
<style>
span { border-color: #48D64C; }
span { border-color: rgb(72,214,76); }
td.TdClassName
{
border-color: #48D64C;
}
.TagClassName
{
border-color: #48D64C;
}
</style>