Shades of Lime Green #30C647
Tints of Lime Green #30C647
RGB
CMYK
RGB Variations
Color information
#30C647 (or 0x30C647) is known color: Lime Green. HEX triplet: 30, C6 and 47. RGB value is (48,198,71). Sum of RGB (Red+Green+Blue) = 48+198+71=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #30C647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C647 is #CF39B8. Grayscale: #8B8B8B. Windows color (decimal): -13580729 or 4703792. OLE color: 4703792.
HSL color Cylindrical-coordinate representation of color #30C647: hue angle of 129.2º 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 #30C647 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 71 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.22 |
| HSL | 129.2º | 0.61% | 0.48% | - |
| HSV(B) | 129.2º | 0.76% | 0.78% | - |
| XYZ | 22.55 | 41.47 | 12.78 | - |
| YUV | 138.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 71 | 0.76 | 0 | 0.64 | 0.22 | 129.2 | 0.61 | 0.48 |
| Hex | 30 | C6 | 47 | 4C | 0 | 40 | 16 | 81 | 3D | 30 |
| Octal | 60 | 306 | 107 | 114 | 0 | 100 | 26 | 201 | 75 | 60 |
| Binary | 110000 | 11000110 | 1000111 | 1001100 | 0 | 1000000 | 10110 | 10000001 | 111101 | 110000 |
Color Harmonies of #30C647
Complementary color
Monochromatic Colors of #30C647
Black with #30C647
Text Example
Text Example
White with #30C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C647; }
p { color: rgb(48,198,71); }
H1.HeaderClassName
{
color: #30C647;
}
.AnyTagClassName
{
color: #30C647;
}
</style>
background-color css
<style>
a { background-color: #30C647; }
a { background-color: rgb(48,198,71); }
div.DivClassName
{
background-color: #30C647;
}
.BgClassName
{
background-color: #30C647;
}
</style>
border-color css
<style>
span { border-color: #30C647; }
span { border-color: rgb(48,198,71); }
td.TdClassName
{
border-color: #30C647;
}
.TagClassName
{
border-color: #30C647;
}
</style>