Shades of Lime Green #30C050
Tints of Lime Green #30C050
RGB
CMYK
RGB Variations
Color information
#30C050 (or 0x30C050) is known color: Lime Green. HEX triplet: 30, C0 and 50. RGB value is (48,192,80). Sum of RGB (Red+Green+Blue) = 48+192+80=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #30C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C050 is #CF3FAF. Grayscale: #888888. Windows color (decimal): -13582256 or 5292080. OLE color: 5292080.
HSL color Cylindrical-coordinate representation of color #30C050: hue angle of 133.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C050 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 80 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.25 |
| HSL | 133.33º | 0.6% | 0.47% | - |
| HSV(B) | 133.33º | 0.75% | 0.75% | - |
| XYZ | 21.52 | 38.91 | 13.97 | - |
| YUV | 136.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 80 | 0.75 | 0 | 0.58 | 0.25 | 133.33 | 0.6 | 0.47 |
| Hex | 30 | C0 | 50 | 4B | 0 | 3A | 19 | 85 | 3C | 2F |
| Octal | 60 | 300 | 120 | 113 | 0 | 72 | 31 | 205 | 74 | 57 |
| Binary | 110000 | 11000000 | 1010000 | 1001011 | 0 | 111010 | 11001 | 10000101 | 111100 | 101111 |
Color Harmonies of #30C050
Complementary color
Monochromatic Colors of #30C050
Black with #30C050
Text Example
Text Example
White with #30C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C050; }
p { color: rgb(48,192,80); }
H1.HeaderClassName
{
color: #30C050;
}
.AnyTagClassName
{
color: #30C050;
}
</style>
background-color css
<style>
a { background-color: #30C050; }
a { background-color: rgb(48,192,80); }
div.DivClassName
{
background-color: #30C050;
}
.BgClassName
{
background-color: #30C050;
}
</style>
border-color css
<style>
span { border-color: #30C050; }
span { border-color: rgb(48,192,80); }
td.TdClassName
{
border-color: #30C050;
}
.TagClassName
{
border-color: #30C050;
}
</style>