Shades of Lime Green #30D515
Tints of Lime Green #30D515
RGB
CMYK
RGB Variations
Color information
#30D515 (or 0x30D515) is known color: Lime Green. HEX triplet: 30, D5 and 15. RGB value is (48,213,21). Sum of RGB (Red+Green+Blue) = 48+213+21=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #30D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D515 is #CF2AEA. Grayscale: #8E8E8E. Windows color (decimal): -13576939 or 1430832. OLE color: 1430832.
HSL color Cylindrical-coordinate representation of color #30D515: hue angle of 111.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30D515 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 21 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.16 |
| HSL | 111.56º | 0.82% | 0.46% | - |
| HSV(B) | 111.56º | 0.9% | 0.84% | - |
| XYZ | 25.15 | 48.27 | 8.7 | - |
| YUV | 141.78 | 59.84 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 21 | 0.77 | 0 | 0.90 | 0.16 | 111.56 | 0.82 | 0.46 |
| Hex | 30 | D5 | 15 | 4D | 0 | 5A | 10 | 70 | 52 | 2E |
| Octal | 60 | 325 | 25 | 115 | 0 | 132 | 20 | 160 | 122 | 56 |
| Binary | 110000 | 11010101 | 10101 | 1001101 | 0 | 1011010 | 10000 | 1110000 | 1010010 | 101110 |
Color Harmonies of #30D515
Complementary color
Monochromatic Colors of #30D515
Black with #30D515
Text Example
Text Example
White with #30D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D515; }
p { color: rgb(48,213,21); }
H1.HeaderClassName
{
color: #30D515;
}
.AnyTagClassName
{
color: #30D515;
}
</style>
background-color css
<style>
a { background-color: #30D515; }
a { background-color: rgb(48,213,21); }
div.DivClassName
{
background-color: #30D515;
}
.BgClassName
{
background-color: #30D515;
}
</style>
border-color css
<style>
span { border-color: #30D515; }
span { border-color: rgb(48,213,21); }
td.TdClassName
{
border-color: #30D515;
}
.TagClassName
{
border-color: #30D515;
}
</style>