Shades of Lime Green #30D050
Tints of Lime Green #30D050
RGB
CMYK
RGB Variations
Color information
#30D050 (or 0x30D050) is known color: Lime Green. HEX triplet: 30, D0 and 50. RGB value is (48,208,80). Sum of RGB (Red+Green+Blue) = 48+208+80=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #30D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D050 is #CF2FAF. Grayscale: #919191. Windows color (decimal): -13578160 or 5296176. OLE color: 5296176.
HSL color Cylindrical-coordinate representation of color #30D050: hue angle of 132º degrees, saturation: 0.63, 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 #30D050 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 80 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.18 |
| HSL | 132º | 0.63% | 0.5% | - |
| HSV(B) | 132º | 0.77% | 0.82% | - |
| XYZ | 25.22 | 46.32 | 15.2 | - |
| YUV | 145.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 80 | 0.77 | 0 | 0.62 | 0.18 | 132 | 0.63 | 0.5 |
| Hex | 30 | D0 | 50 | 4D | 0 | 3E | 12 | 84 | 3F | 32 |
| Octal | 60 | 320 | 120 | 115 | 0 | 76 | 22 | 204 | 77 | 62 |
| Binary | 110000 | 11010000 | 1010000 | 1001101 | 0 | 111110 | 10010 | 10000100 | 111111 | 110010 |
Color Harmonies of #30D050
Complementary color
Monochromatic Colors of #30D050
Black with #30D050
Text Example
Text Example
White with #30D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D050; }
p { color: rgb(48,208,80); }
H1.HeaderClassName
{
color: #30D050;
}
.AnyTagClassName
{
color: #30D050;
}
</style>
background-color css
<style>
a { background-color: #30D050; }
a { background-color: rgb(48,208,80); }
div.DivClassName
{
background-color: #30D050;
}
.BgClassName
{
background-color: #30D050;
}
</style>
border-color css
<style>
span { border-color: #30D050; }
span { border-color: rgb(48,208,80); }
td.TdClassName
{
border-color: #30D050;
}
.TagClassName
{
border-color: #30D050;
}
</style>