Shades of Lime Green #48BD33
Tints of Lime Green #48BD33
RGB
CMYK
RGB Variations
Color information
#48BD33 (or 0x48BD33) is known color: Lime Green. HEX triplet: 48, BD and 33. RGB value is (72,189,51). Sum of RGB (Red+Green+Blue) = 72+189+51=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD33 is #B742CC. Grayscale: #8A8A8A. Windows color (decimal): -12010189 or 3390792. OLE color: 3390792.
HSL color Cylindrical-coordinate representation of color #48BD33: hue angle of 110.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48BD33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 51 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.26 |
| HSL | 110.87º | 0.58% | 0.47% | - |
| HSV(B) | 110.87º | 0.73% | 0.74% | - |
| XYZ | 21.47 | 38.01 | 9.34 | - |
| YUV | 138.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 51 | 0.62 | 0 | 0.73 | 0.26 | 110.87 | 0.58 | 0.47 |
| Hex | 48 | BD | 33 | 3E | 0 | 49 | 1A | 6F | 3A | 2F |
| Octal | 110 | 275 | 63 | 76 | 0 | 111 | 32 | 157 | 72 | 57 |
| Binary | 1001000 | 10111101 | 110011 | 111110 | 0 | 1001001 | 11010 | 1101111 | 111010 | 101111 |
Color Harmonies of #48BD33
Complementary color
Monochromatic Colors of #48BD33
Black with #48BD33
Text Example
Text Example
White with #48BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD33; }
p { color: rgb(72,189,51); }
H1.HeaderClassName
{
color: #48BD33;
}
.AnyTagClassName
{
color: #48BD33;
}
</style>
background-color css
<style>
a { background-color: #48BD33; }
a { background-color: rgb(72,189,51); }
div.DivClassName
{
background-color: #48BD33;
}
.BgClassName
{
background-color: #48BD33;
}
</style>
border-color css
<style>
span { border-color: #48BD33; }
span { border-color: rgb(72,189,51); }
td.TdClassName
{
border-color: #48BD33;
}
.TagClassName
{
border-color: #48BD33;
}
</style>