Shades of Lime Green #48CA2D
Tints of Lime Green #48CA2D
RGB
CMYK
RGB Variations
Color information
#48CA2D (or 0x48CA2D) is known color: Lime Green. HEX triplet: 48, CA and 2D. RGB value is (72,202,45). Sum of RGB (Red+Green+Blue) = 72+202+45=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CA2D is #B735D2. Grayscale: #919191. Windows color (decimal): -12006867 or 3000904. OLE color: 3000904.
HSL color Cylindrical-coordinate representation of color #48CA2D: hue angle of 109.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48CA2D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 45 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.21 |
| HSL | 109.68º | 0.64% | 0.48% | - |
| HSV(B) | 109.68º | 0.78% | 0.79% | - |
| XYZ | 24.27 | 43.81 | 9.66 | - |
| YUV | 145.23 | 71.43 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 45 | 0.64 | 0 | 0.78 | 0.21 | 109.68 | 0.64 | 0.48 |
| Hex | 48 | CA | 2D | 40 | 0 | 4E | 15 | 6E | 40 | 30 |
| Octal | 110 | 312 | 55 | 100 | 0 | 116 | 25 | 156 | 100 | 60 |
| Binary | 1001000 | 11001010 | 101101 | 1000000 | 0 | 1001110 | 10101 | 1101110 | 1000000 | 110000 |
Color Harmonies of #48CA2D
Complementary color
Monochromatic Colors of #48CA2D
Black with #48CA2D
Text Example
Text Example
White with #48CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CA2D; }
p { color: rgb(72,202,45); }
H1.HeaderClassName
{
color: #48CA2D;
}
.AnyTagClassName
{
color: #48CA2D;
}
</style>
background-color css
<style>
a { background-color: #48CA2D; }
a { background-color: rgb(72,202,45); }
div.DivClassName
{
background-color: #48CA2D;
}
.BgClassName
{
background-color: #48CA2D;
}
</style>
border-color css
<style>
span { border-color: #48CA2D; }
span { border-color: rgb(72,202,45); }
td.TdClassName
{
border-color: #48CA2D;
}
.TagClassName
{
border-color: #48CA2D;
}
</style>