Shades of Lime Green #48DC2D
Tints of Lime Green #48DC2D
RGB
CMYK
RGB Variations
Color information
#48DC2D (or 0x48DC2D) is known color: Lime Green. HEX triplet: 48, DC and 2D. RGB value is (72,220,45). Sum of RGB (Red+Green+Blue) = 72+220+45=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC2D is #B723D2. Grayscale: #9C9C9C. Windows color (decimal): -12002259 or 3005512. OLE color: 3005512.
HSL color Cylindrical-coordinate representation of color #48DC2D: hue angle of 110.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48DC2D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 45 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.14 |
| HSL | 110.74º | 0.71% | 0.52% | - |
| HSV(B) | 110.74º | 0.8% | 0.86% | - |
| XYZ | 28.74 | 52.75 | 11.15 | - |
| YUV | 155.8 | 65.47 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 45 | 0.67 | 0 | 0.80 | 0.14 | 110.74 | 0.71 | 0.52 |
| Hex | 48 | DC | 2D | 43 | 0 | 50 | E | 6F | 47 | 34 |
| Octal | 110 | 334 | 55 | 103 | 0 | 120 | 16 | 157 | 107 | 64 |
| Binary | 1001000 | 11011100 | 101101 | 1000011 | 0 | 1010000 | 1110 | 1101111 | 1000111 | 110100 |
Color Harmonies of #48DC2D
Complementary color
Monochromatic Colors of #48DC2D
Black with #48DC2D
Text Example
Text Example
White with #48DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC2D; }
p { color: rgb(72,220,45); }
H1.HeaderClassName
{
color: #48DC2D;
}
.AnyTagClassName
{
color: #48DC2D;
}
</style>
background-color css
<style>
a { background-color: #48DC2D; }
a { background-color: rgb(72,220,45); }
div.DivClassName
{
background-color: #48DC2D;
}
.BgClassName
{
background-color: #48DC2D;
}
</style>
border-color css
<style>
span { border-color: #48DC2D; }
span { border-color: rgb(72,220,45); }
td.TdClassName
{
border-color: #48DC2D;
}
.TagClassName
{
border-color: #48DC2D;
}
</style>