Shades of Lime Green #30DC11
Tints of Lime Green #30DC11
RGB
CMYK
RGB Variations
Color information
#30DC11 (or 0x30DC11) is known color: Lime Green. HEX triplet: 30, DC and 11. RGB value is (48,220,17). Sum of RGB (Red+Green+Blue) = 48+220+17=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC11 is #CF23EE. Grayscale: #929292. Windows color (decimal): -13575151 or 1170480. OLE color: 1170480.
HSL color Cylindrical-coordinate representation of color #30DC11: hue angle of 110.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30DC11 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.14 |
| HSL | 110.84º | 0.86% | 0.46% | - |
| HSV(B) | 110.84º | 0.92% | 0.86% | - |
| XYZ | 26.91 | 51.86 | 9.12 | - |
| YUV | 145.43 | 55.52 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 17 | 0.78 | 0 | 0.92 | 0.14 | 110.84 | 0.86 | 0.46 |
| Hex | 30 | DC | 11 | 4E | 0 | 5C | E | 6F | 56 | 2E |
| Octal | 60 | 334 | 21 | 116 | 0 | 134 | 16 | 157 | 126 | 56 |
| Binary | 110000 | 11011100 | 10001 | 1001110 | 0 | 1011100 | 1110 | 1101111 | 1010110 | 101110 |
Color Harmonies of #30DC11
Complementary color
Monochromatic Colors of #30DC11
Black with #30DC11
Text Example
Text Example
White with #30DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC11; }
p { color: rgb(48,220,17); }
H1.HeaderClassName
{
color: #30DC11;
}
.AnyTagClassName
{
color: #30DC11;
}
</style>
background-color css
<style>
a { background-color: #30DC11; }
a { background-color: rgb(48,220,17); }
div.DivClassName
{
background-color: #30DC11;
}
.BgClassName
{
background-color: #30DC11;
}
</style>
border-color css
<style>
span { border-color: #30DC11; }
span { border-color: rgb(48,220,17); }
td.TdClassName
{
border-color: #30DC11;
}
.TagClassName
{
border-color: #30DC11;
}
</style>