Shades of Lime Green #30D751
Tints of Lime Green #30D751
RGB
CMYK
RGB Variations
Color information
#30D751 (or 0x30D751) is known color: Lime Green. HEX triplet: 30, D7 and 51. RGB value is (48,215,81). Sum of RGB (Red+Green+Blue) = 48+215+81=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 215 (84.38% from 255 or 62.5% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 215 - color contains mainly: green. Hex color #30D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D751 is #CF28AE. Grayscale: #969696. Windows color (decimal): -13576367 or 5363504. OLE color: 5363504.
HSL color Cylindrical-coordinate representation of color #30D751: hue angle of 131.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D751 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 81 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.16 |
| HSL | 131.86º | 0.68% | 0.52% | - |
| HSV(B) | 131.86º | 0.78% | 0.84% | - |
| XYZ | 27 | 49.82 | 15.98 | - |
| YUV | 149.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 81 | 0.78 | 0 | 0.62 | 0.16 | 131.86 | 0.68 | 0.52 |
| Hex | 30 | D7 | 51 | 4E | 0 | 3E | 10 | 84 | 44 | 34 |
| Octal | 60 | 327 | 121 | 116 | 0 | 76 | 20 | 204 | 104 | 64 |
| Binary | 110000 | 11010111 | 1010001 | 1001110 | 0 | 111110 | 10000 | 10000100 | 1000100 | 110100 |
Color Harmonies of #30D751
Complementary color
Monochromatic Colors of #30D751
Black with #30D751
Text Example
Text Example
White with #30D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D751; }
p { color: rgb(48,215,81); }
H1.HeaderClassName
{
color: #30D751;
}
.AnyTagClassName
{
color: #30D751;
}
</style>
background-color css
<style>
a { background-color: #30D751; }
a { background-color: rgb(48,215,81); }
div.DivClassName
{
background-color: #30D751;
}
.BgClassName
{
background-color: #30D751;
}
</style>
border-color css
<style>
span { border-color: #30D751; }
span { border-color: rgb(48,215,81); }
td.TdClassName
{
border-color: #30D751;
}
.TagClassName
{
border-color: #30D751;
}
</style>