Shades of Lime Green #30DD49
Tints of Lime Green #30DD49
RGB
CMYK
RGB Variations
Color information
#30DD49 (or 0x30DD49) is known color: Lime Green. HEX triplet: 30, DD and 49. RGB value is (48,221,73). Sum of RGB (Red+Green+Blue) = 48+221+73=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DD49 is #CF22B6. Grayscale: #989898. Windows color (decimal): -13574839 or 4840752. OLE color: 4840752.
HSL color Cylindrical-coordinate representation of color #30DD49: hue angle of 128.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD49 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 73 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.13 |
| HSL | 128.67º | 0.72% | 0.53% | - |
| HSV(B) | 128.67º | 0.78% | 0.87% | - |
| XYZ | 28.28 | 52.82 | 15.01 | - |
| YUV | 152.4 | 83.19 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 73 | 0.78 | 0 | 0.67 | 0.13 | 128.67 | 0.72 | 0.53 |
| Hex | 30 | DD | 49 | 4E | 0 | 43 | D | 81 | 48 | 35 |
| Octal | 60 | 335 | 111 | 116 | 0 | 103 | 15 | 201 | 110 | 65 |
| Binary | 110000 | 11011101 | 1001001 | 1001110 | 0 | 1000011 | 1101 | 10000001 | 1001000 | 110101 |
Color Harmonies of #30DD49
Complementary color
Monochromatic Colors of #30DD49
Black with #30DD49
Text Example
Text Example
White with #30DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD49; }
p { color: rgb(48,221,73); }
H1.HeaderClassName
{
color: #30DD49;
}
.AnyTagClassName
{
color: #30DD49;
}
</style>
background-color css
<style>
a { background-color: #30DD49; }
a { background-color: rgb(48,221,73); }
div.DivClassName
{
background-color: #30DD49;
}
.BgClassName
{
background-color: #30DD49;
}
</style>
border-color css
<style>
span { border-color: #30DD49; }
span { border-color: rgb(48,221,73); }
td.TdClassName
{
border-color: #30DD49;
}
.TagClassName
{
border-color: #30DD49;
}
</style>