Shades of Lime Green #30D147
Tints of Lime Green #30D147
RGB
CMYK
RGB Variations
Color information
#30D147 (or 0x30D147) is known color: Lime Green. HEX triplet: 30, D1 and 47. RGB value is (48,209,71). Sum of RGB (Red+Green+Blue) = 48+209+71=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #30D147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D147 is #CF2EB8. Grayscale: #919191. Windows color (decimal): -13577913 or 4706608. OLE color: 4706608.
HSL color Cylindrical-coordinate representation of color #30D147: hue angle of 128.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D147 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 71 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.18 |
| HSL | 128.57º | 0.64% | 0.5% | - |
| HSV(B) | 128.57º | 0.77% | 0.82% | - |
| XYZ | 25.16 | 46.68 | 13.65 | - |
| YUV | 145.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 71 | 0.77 | 0 | 0.66 | 0.18 | 128.57 | 0.64 | 0.5 |
| Hex | 30 | D1 | 47 | 4D | 0 | 42 | 12 | 81 | 40 | 32 |
| Octal | 60 | 321 | 107 | 115 | 0 | 102 | 22 | 201 | 100 | 62 |
| Binary | 110000 | 11010001 | 1000111 | 1001101 | 0 | 1000010 | 10010 | 10000001 | 1000000 | 110010 |
Color Harmonies of #30D147
Complementary color
Monochromatic Colors of #30D147
Black with #30D147
Text Example
Text Example
White with #30D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D147; }
p { color: rgb(48,209,71); }
H1.HeaderClassName
{
color: #30D147;
}
.AnyTagClassName
{
color: #30D147;
}
</style>
background-color css
<style>
a { background-color: #30D147; }
a { background-color: rgb(48,209,71); }
div.DivClassName
{
background-color: #30D147;
}
.BgClassName
{
background-color: #30D147;
}
</style>
border-color css
<style>
span { border-color: #30D147; }
span { border-color: rgb(48,209,71); }
td.TdClassName
{
border-color: #30D147;
}
.TagClassName
{
border-color: #30D147;
}
</style>