Shades of Lime Green #30E548
Tints of Lime Green #30E548
RGB
CMYK
RGB Variations
Color information
#30E548 (or 0x30E548) is known color: Lime Green. HEX triplet: 30, E5 and 48. RGB value is (48,229,72). Sum of RGB (Red+Green+Blue) = 48+229+72=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 229 (89.84% from 255 or 65.62% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 229 - color contains mainly: green. Hex color #30E548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E548 is #CF1AB7. Grayscale: #9D9D9D. Windows color (decimal): -13572792 or 4777264. OLE color: 4777264.
HSL color Cylindrical-coordinate representation of color #30E548: hue angle of 127.96º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E548 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 72 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.10 |
| HSL | 127.96º | 0.78% | 0.54% | - |
| HSV(B) | 127.96º | 0.79% | 0.9% | - |
| XYZ | 30.41 | 57.13 | 15.56 | - |
| YUV | 156.98 | 80.03 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 72 | 0.79 | 0 | 0.69 | 0.10 | 127.96 | 0.78 | 0.54 |
| Hex | 30 | E5 | 48 | 4F | 0 | 45 | A | 80 | 4E | 36 |
| Octal | 60 | 345 | 110 | 117 | 0 | 105 | 12 | 200 | 116 | 66 |
| Binary | 110000 | 11100101 | 1001000 | 1001111 | 0 | 1000101 | 1010 | 10000000 | 1001110 | 110110 |
Color Harmonies of #30E548
Complementary color
Monochromatic Colors of #30E548
Black with #30E548
Text Example
Text Example
White with #30E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E548; }
p { color: rgb(48,229,72); }
H1.HeaderClassName
{
color: #30E548;
}
.AnyTagClassName
{
color: #30E548;
}
</style>
background-color css
<style>
a { background-color: #30E548; }
a { background-color: rgb(48,229,72); }
div.DivClassName
{
background-color: #30E548;
}
.BgClassName
{
background-color: #30E548;
}
</style>
border-color css
<style>
span { border-color: #30E548; }
span { border-color: rgb(48,229,72); }
td.TdClassName
{
border-color: #30E548;
}
.TagClassName
{
border-color: #30E548;
}
</style>