Shades of Lime Green #30E44D
Tints of Lime Green #30E44D
RGB
CMYK
RGB Variations
Color information
#30E44D (or 0x30E44D) is known color: Lime Green. HEX triplet: 30, E4 and 4D. RGB value is (48,228,77). Sum of RGB (Red+Green+Blue) = 48+228+77=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #30E44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E44D is #CF1BB2. Grayscale: #9D9D9D. Windows color (decimal): -13573043 or 5104688. OLE color: 5104688.
HSL color Cylindrical-coordinate representation of color #30E44D: hue angle of 129.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E44D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 77 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.11 |
| HSL | 129.67º | 0.77% | 0.54% | - |
| HSV(B) | 129.67º | 0.79% | 0.89% | - |
| XYZ | 30.3 | 56.65 | 16.36 | - |
| YUV | 156.97 | 82.87 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 77 | 0.79 | 0 | 0.66 | 0.11 | 129.67 | 0.77 | 0.54 |
| Hex | 30 | E4 | 4D | 4F | 0 | 42 | B | 82 | 4D | 36 |
| Octal | 60 | 344 | 115 | 117 | 0 | 102 | 13 | 202 | 115 | 66 |
| Binary | 110000 | 11100100 | 1001101 | 1001111 | 0 | 1000010 | 1011 | 10000010 | 1001101 | 110110 |
Color Harmonies of #30E44D
Complementary color
Monochromatic Colors of #30E44D
Black with #30E44D
Text Example
Text Example
White with #30E44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E44D; }
p { color: rgb(48,228,77); }
H1.HeaderClassName
{
color: #30E44D;
}
.AnyTagClassName
{
color: #30E44D;
}
</style>
background-color css
<style>
a { background-color: #30E44D; }
a { background-color: rgb(48,228,77); }
div.DivClassName
{
background-color: #30E44D;
}
.BgClassName
{
background-color: #30E44D;
}
</style>
border-color css
<style>
span { border-color: #30E44D; }
span { border-color: rgb(48,228,77); }
td.TdClassName
{
border-color: #30E44D;
}
.TagClassName
{
border-color: #30E44D;
}
</style>