Shades of Lime Green #30D150
Tints of Lime Green #30D150
RGB
CMYK
RGB Variations
Color information
#30D150 (or 0x30D150) is known color: Lime Green. HEX triplet: 30, D1 and 50. RGB value is (48,209,80). Sum of RGB (Red+Green+Blue) = 48+209+80=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #30D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D150 is #CF2EAF. Grayscale: #929292. Windows color (decimal): -13577904 or 5296432. OLE color: 5296432.
HSL color Cylindrical-coordinate representation of color #30D150: hue angle of 131.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D150 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 80 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.18 |
| HSL | 131.93º | 0.64% | 0.5% | - |
| HSV(B) | 131.93º | 0.77% | 0.82% | - |
| XYZ | 25.47 | 46.81 | 15.28 | - |
| YUV | 146.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 80 | 0.77 | 0 | 0.62 | 0.18 | 131.93 | 0.64 | 0.5 |
| Hex | 30 | D1 | 50 | 4D | 0 | 3E | 12 | 84 | 40 | 32 |
| Octal | 60 | 321 | 120 | 115 | 0 | 76 | 22 | 204 | 100 | 62 |
| Binary | 110000 | 11010001 | 1010000 | 1001101 | 0 | 111110 | 10010 | 10000100 | 1000000 | 110010 |
Color Harmonies of #30D150
Complementary color
Monochromatic Colors of #30D150
Black with #30D150
Text Example
Text Example
White with #30D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D150; }
p { color: rgb(48,209,80); }
H1.HeaderClassName
{
color: #30D150;
}
.AnyTagClassName
{
color: #30D150;
}
</style>
background-color css
<style>
a { background-color: #30D150; }
a { background-color: rgb(48,209,80); }
div.DivClassName
{
background-color: #30D150;
}
.BgClassName
{
background-color: #30D150;
}
</style>
border-color css
<style>
span { border-color: #30D150; }
span { border-color: rgb(48,209,80); }
td.TdClassName
{
border-color: #30D150;
}
.TagClassName
{
border-color: #30D150;
}
</style>