Shades of Lime Green #30C648
Tints of Lime Green #30C648
RGB
CMYK
RGB Variations
Color information
#30C648 (or 0x30C648) is known color: Lime Green. HEX triplet: 30, C6 and 48. RGB value is (48,198,72). Sum of RGB (Red+Green+Blue) = 48+198+72=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #30C648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C648 is #CF39B7. Grayscale: #8B8B8B. Windows color (decimal): -13580728 or 4769328. OLE color: 4769328.
HSL color Cylindrical-coordinate representation of color #30C648: hue angle of 129.6º 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 #30C648 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 72 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.22 |
| HSL | 129.6º | 0.61% | 0.48% | - |
| HSV(B) | 129.6º | 0.76% | 0.78% | - |
| XYZ | 22.58 | 41.48 | 12.95 | - |
| YUV | 138.79 | 90.31 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 72 | 0.76 | 0 | 0.64 | 0.22 | 129.6 | 0.61 | 0.48 |
| Hex | 30 | C6 | 48 | 4C | 0 | 40 | 16 | 82 | 3D | 30 |
| Octal | 60 | 306 | 110 | 114 | 0 | 100 | 26 | 202 | 75 | 60 |
| Binary | 110000 | 11000110 | 1001000 | 1001100 | 0 | 1000000 | 10110 | 10000010 | 111101 | 110000 |
Color Harmonies of #30C648
Complementary color
Monochromatic Colors of #30C648
Black with #30C648
Text Example
Text Example
White with #30C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C648; }
p { color: rgb(48,198,72); }
H1.HeaderClassName
{
color: #30C648;
}
.AnyTagClassName
{
color: #30C648;
}
</style>
background-color css
<style>
a { background-color: #30C648; }
a { background-color: rgb(48,198,72); }
div.DivClassName
{
background-color: #30C648;
}
.BgClassName
{
background-color: #30C648;
}
</style>
border-color css
<style>
span { border-color: #30C648; }
span { border-color: rgb(48,198,72); }
td.TdClassName
{
border-color: #30C648;
}
.TagClassName
{
border-color: #30C648;
}
</style>