Shades of Lime Green #30D117
Tints of Lime Green #30D117
RGB
CMYK
RGB Variations
Color information
#30D117 (or 0x30D117) is known color: Lime Green. HEX triplet: 30, D1 and 17. RGB value is (48,209,23). Sum of RGB (Red+Green+Blue) = 48+209+23=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #30D117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D117 is #CF2EE8. Grayscale: #8C8C8C. Windows color (decimal): -13577961 or 1560880. OLE color: 1560880.
HSL color Cylindrical-coordinate representation of color #30D117: hue angle of 111.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30D117 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 23 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.18 |
| HSL | 111.94º | 0.8% | 0.45% | - |
| HSV(B) | 111.94º | 0.89% | 0.82% | - |
| XYZ | 24.17 | 46.29 | 8.47 | - |
| YUV | 139.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 23 | 0.77 | 0 | 0.89 | 0.18 | 111.94 | 0.8 | 0.45 |
| Hex | 30 | D1 | 17 | 4D | 0 | 59 | 12 | 70 | 50 | 2D |
| Octal | 60 | 321 | 27 | 115 | 0 | 131 | 22 | 160 | 120 | 55 |
| Binary | 110000 | 11010001 | 10111 | 1001101 | 0 | 1011001 | 10010 | 1110000 | 1010000 | 101101 |
Color Harmonies of #30D117
Complementary color
Monochromatic Colors of #30D117
Black with #30D117
Text Example
Text Example
White with #30D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D117; }
p { color: rgb(48,209,23); }
H1.HeaderClassName
{
color: #30D117;
}
.AnyTagClassName
{
color: #30D117;
}
</style>
background-color css
<style>
a { background-color: #30D117; }
a { background-color: rgb(48,209,23); }
div.DivClassName
{
background-color: #30D117;
}
.BgClassName
{
background-color: #30D117;
}
</style>
border-color css
<style>
span { border-color: #30D117; }
span { border-color: rgb(48,209,23); }
td.TdClassName
{
border-color: #30D117;
}
.TagClassName
{
border-color: #30D117;
}
</style>