Shades of Lime Green #30C649
Tints of Lime Green #30C649
RGB
CMYK
RGB Variations
Color information
#30C649 (or 0x30C649) is known color: Lime Green. HEX triplet: 30, C6 and 49. RGB value is (48,198,73). Sum of RGB (Red+Green+Blue) = 48+198+73=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #30C649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C649 is #CF39B6. Grayscale: #8B8B8B. Windows color (decimal): -13580727 or 4834864. OLE color: 4834864.
HSL color Cylindrical-coordinate representation of color #30C649: hue angle of 130º 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 #30C649 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 73 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.22 |
| HSL | 130º | 0.61% | 0.48% | - |
| HSV(B) | 130º | 0.76% | 0.78% | - |
| XYZ | 22.62 | 41.5 | 13.12 | - |
| YUV | 138.9 | 90.81 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 73 | 0.76 | 0 | 0.63 | 0.22 | 130 | 0.61 | 0.48 |
| Hex | 30 | C6 | 49 | 4C | 0 | 3F | 16 | 82 | 3D | 30 |
| Octal | 60 | 306 | 111 | 114 | 0 | 77 | 26 | 202 | 75 | 60 |
| Binary | 110000 | 11000110 | 1001001 | 1001100 | 0 | 111111 | 10110 | 10000010 | 111101 | 110000 |
Color Harmonies of #30C649
Complementary color
Monochromatic Colors of #30C649
Black with #30C649
Text Example
Text Example
White with #30C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C649; }
p { color: rgb(48,198,73); }
H1.HeaderClassName
{
color: #30C649;
}
.AnyTagClassName
{
color: #30C649;
}
</style>
background-color css
<style>
a { background-color: #30C649; }
a { background-color: rgb(48,198,73); }
div.DivClassName
{
background-color: #30C649;
}
.BgClassName
{
background-color: #30C649;
}
</style>
border-color css
<style>
span { border-color: #30C649; }
span { border-color: rgb(48,198,73); }
td.TdClassName
{
border-color: #30C649;
}
.TagClassName
{
border-color: #30C649;
}
</style>