Shades of Lime Green #30D72C
Tints of Lime Green #30D72C
RGB
CMYK
RGB Variations
Color information
#30D72C (or 0x30D72C) is known color: Lime Green. HEX triplet: 30, D7 and 2C. RGB value is (48,215,44). Sum of RGB (Red+Green+Blue) = 48+215+44=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #30D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D72C is #CF28D3. Grayscale: #929292. Windows color (decimal): -13576404 or 2938672. OLE color: 2938672.
HSL color Cylindrical-coordinate representation of color #30D72C: hue angle of 118.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D72C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 44 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.16 |
| HSL | 118.6º | 0.68% | 0.51% | - |
| HSV(B) | 118.6º | 0.8% | 0.84% | - |
| XYZ | 25.97 | 49.41 | 10.55 | - |
| YUV | 145.57 | 70.67 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 44 | 0.78 | 0 | 0.80 | 0.16 | 118.6 | 0.68 | 0.51 |
| Hex | 30 | D7 | 2C | 4E | 0 | 50 | 10 | 77 | 44 | 33 |
| Octal | 60 | 327 | 54 | 116 | 0 | 120 | 20 | 167 | 104 | 63 |
| Binary | 110000 | 11010111 | 101100 | 1001110 | 0 | 1010000 | 10000 | 1110111 | 1000100 | 110011 |
Color Harmonies of #30D72C
Complementary color
Monochromatic Colors of #30D72C
Black with #30D72C
Text Example
Text Example
White with #30D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D72C; }
p { color: rgb(48,215,44); }
H1.HeaderClassName
{
color: #30D72C;
}
.AnyTagClassName
{
color: #30D72C;
}
</style>
background-color css
<style>
a { background-color: #30D72C; }
a { background-color: rgb(48,215,44); }
div.DivClassName
{
background-color: #30D72C;
}
.BgClassName
{
background-color: #30D72C;
}
</style>
border-color css
<style>
span { border-color: #30D72C; }
span { border-color: rgb(48,215,44); }
td.TdClassName
{
border-color: #30D72C;
}
.TagClassName
{
border-color: #30D72C;
}
</style>