Shades of Lime Green #30D047
Tints of Lime Green #30D047
RGB
CMYK
RGB Variations
Color information
#30D047 (or 0x30D047) is known color: Lime Green. HEX triplet: 30, D0 and 47. RGB value is (48,208,71). Sum of RGB (Red+Green+Blue) = 48+208+71=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #30D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D047 is #CF2FB8. Grayscale: #909090. Windows color (decimal): -13578169 or 4706352. OLE color: 4706352.
HSL color Cylindrical-coordinate representation of color #30D047: hue angle of 128.62º degrees, saturation: 0.63, 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 #30D047 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 71 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.18 |
| HSL | 128.63º | 0.63% | 0.5% | - |
| HSV(B) | 128.63º | 0.77% | 0.82% | - |
| XYZ | 24.91 | 46.2 | 13.56 | - |
| YUV | 144.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 71 | 0.77 | 0 | 0.66 | 0.18 | 128.63 | 0.63 | 0.5 |
| Hex | 30 | D0 | 47 | 4D | 0 | 42 | 12 | 81 | 3F | 32 |
| Octal | 60 | 320 | 107 | 115 | 0 | 102 | 22 | 201 | 77 | 62 |
| Binary | 110000 | 11010000 | 1000111 | 1001101 | 0 | 1000010 | 10010 | 10000001 | 111111 | 110010 |
Color Harmonies of #30D047
Complementary color
Monochromatic Colors of #30D047
Black with #30D047
Text Example
Text Example
White with #30D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D047; }
p { color: rgb(48,208,71); }
H1.HeaderClassName
{
color: #30D047;
}
.AnyTagClassName
{
color: #30D047;
}
</style>
background-color css
<style>
a { background-color: #30D047; }
a { background-color: rgb(48,208,71); }
div.DivClassName
{
background-color: #30D047;
}
.BgClassName
{
background-color: #30D047;
}
</style>
border-color css
<style>
span { border-color: #30D047; }
span { border-color: rgb(48,208,71); }
td.TdClassName
{
border-color: #30D047;
}
.TagClassName
{
border-color: #30D047;
}
</style>