Shades of Lime Green #30D911
Tints of Lime Green #30D911
RGB
CMYK
RGB Variations
Color information
#30D911 (or 0x30D911) is known color: Lime Green. HEX triplet: 30, D9 and 11. RGB value is (48,217,17). Sum of RGB (Red+Green+Blue) = 48+217+17=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #30D911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D911 is #CF26EE. Grayscale: #909090. Windows color (decimal): -13575919 or 1169712. OLE color: 1169712.
HSL color Cylindrical-coordinate representation of color #30D911: hue angle of 110.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30D911 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.15 |
| HSL | 110.7º | 0.85% | 0.46% | - |
| HSV(B) | 110.7º | 0.92% | 0.85% | - |
| XYZ | 26.13 | 50.29 | 8.86 | - |
| YUV | 143.67 | 56.51 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 17 | 0.78 | 0 | 0.92 | 0.15 | 110.7 | 0.85 | 0.46 |
| Hex | 30 | D9 | 11 | 4E | 0 | 5C | F | 6F | 55 | 2E |
| Octal | 60 | 331 | 21 | 116 | 0 | 134 | 17 | 157 | 125 | 56 |
| Binary | 110000 | 11011001 | 10001 | 1001110 | 0 | 1011100 | 1111 | 1101111 | 1010101 | 101110 |
Color Harmonies of #30D911
Complementary color
Monochromatic Colors of #30D911
Black with #30D911
Text Example
Text Example
White with #30D911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D911; }
p { color: rgb(48,217,17); }
H1.HeaderClassName
{
color: #30D911;
}
.AnyTagClassName
{
color: #30D911;
}
</style>
background-color css
<style>
a { background-color: #30D911; }
a { background-color: rgb(48,217,17); }
div.DivClassName
{
background-color: #30D911;
}
.BgClassName
{
background-color: #30D911;
}
</style>
border-color css
<style>
span { border-color: #30D911; }
span { border-color: rgb(48,217,17); }
td.TdClassName
{
border-color: #30D911;
}
.TagClassName
{
border-color: #30D911;
}
</style>