Shades of Lime Green #30C650
Tints of Lime Green #30C650
RGB
CMYK
RGB Variations
Color information
#30C650 (or 0x30C650) is known color: Lime Green. HEX triplet: 30, C6 and 50. RGB value is (48,198,80). Sum of RGB (Red+Green+Blue) = 48+198+80=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #30C650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C650 is #CF39AF. Grayscale: #8C8C8C. Windows color (decimal): -13580720 or 5293616. OLE color: 5293616.
HSL color Cylindrical-coordinate representation of color #30C650: hue angle of 132.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C650 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 80 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.22 |
| HSL | 132.8º | 0.61% | 0.48% | - |
| HSV(B) | 132.8º | 0.76% | 0.78% | - |
| XYZ | 22.86 | 41.6 | 14.41 | - |
| YUV | 139.7 | 94.31 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 80 | 0.76 | 0 | 0.60 | 0.22 | 132.8 | 0.61 | 0.48 |
| Hex | 30 | C6 | 50 | 4C | 0 | 3C | 16 | 85 | 3D | 30 |
| Octal | 60 | 306 | 120 | 114 | 0 | 74 | 26 | 205 | 75 | 60 |
| Binary | 110000 | 11000110 | 1010000 | 1001100 | 0 | 111100 | 10110 | 10000101 | 111101 | 110000 |
Color Harmonies of #30C650
Complementary color
Monochromatic Colors of #30C650
Black with #30C650
Text Example
Text Example
White with #30C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C650; }
p { color: rgb(48,198,80); }
H1.HeaderClassName
{
color: #30C650;
}
.AnyTagClassName
{
color: #30C650;
}
</style>
background-color css
<style>
a { background-color: #30C650; }
a { background-color: rgb(48,198,80); }
div.DivClassName
{
background-color: #30C650;
}
.BgClassName
{
background-color: #30C650;
}
</style>
border-color css
<style>
span { border-color: #30C650; }
span { border-color: rgb(48,198,80); }
td.TdClassName
{
border-color: #30C650;
}
.TagClassName
{
border-color: #30C650;
}
</style>