Shades of Lime Green #30D915
Tints of Lime Green #30D915
RGB
CMYK
RGB Variations
Color information
#30D915 (or 0x30D915) is known color: Lime Green. HEX triplet: 30, D9 and 15. RGB value is (48,217,21). Sum of RGB (Red+Green+Blue) = 48+217+21=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 217 (85.16% from 255 or 75.87% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 217 - color contains mainly: green. Hex color #30D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D915 is #CF26EA. Grayscale: #909090. Windows color (decimal): -13575915 or 1431856. OLE color: 1431856.
HSL color Cylindrical-coordinate representation of color #30D915: hue angle of 111.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30D915 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.15 |
| HSL | 111.73º | 0.82% | 0.47% | - |
| HSV(B) | 111.73º | 0.9% | 0.85% | - |
| XYZ | 26.17 | 50.31 | 9.04 | - |
| YUV | 144.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 21 | 0.78 | 0 | 0.90 | 0.15 | 111.73 | 0.82 | 0.47 |
| Hex | 30 | D9 | 15 | 4E | 0 | 5A | F | 70 | 52 | 2F |
| Octal | 60 | 331 | 25 | 116 | 0 | 132 | 17 | 160 | 122 | 57 |
| Binary | 110000 | 11011001 | 10101 | 1001110 | 0 | 1011010 | 1111 | 1110000 | 1010010 | 101111 |
Color Harmonies of #30D915
Complementary color
Monochromatic Colors of #30D915
Black with #30D915
Text Example
Text Example
White with #30D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D915; }
p { color: rgb(48,217,21); }
H1.HeaderClassName
{
color: #30D915;
}
.AnyTagClassName
{
color: #30D915;
}
</style>
background-color css
<style>
a { background-color: #30D915; }
a { background-color: rgb(48,217,21); }
div.DivClassName
{
background-color: #30D915;
}
.BgClassName
{
background-color: #30D915;
}
</style>
border-color css
<style>
span { border-color: #30D915; }
span { border-color: rgb(48,217,21); }
td.TdClassName
{
border-color: #30D915;
}
.TagClassName
{
border-color: #30D915;
}
</style>