Shades of Lime Green #30C64D
Tints of Lime Green #30C64D
RGB
CMYK
RGB Variations
Color information
#30C64D (or 0x30C64D) is known color: Lime Green. HEX triplet: 30, C6 and 4D. RGB value is (48,198,77). Sum of RGB (Red+Green+Blue) = 48+198+77=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #30C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C64D is #CF39B2. Grayscale: #8B8B8B. Windows color (decimal): -13580723 or 5097008. OLE color: 5097008.
HSL color Cylindrical-coordinate representation of color #30C64D: hue angle of 131.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 #30C64D is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 77 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.22 |
| HSL | 131.6º | 0.61% | 0.48% | - |
| HSV(B) | 131.6º | 0.76% | 0.78% | - |
| XYZ | 22.75 | 41.55 | 13.84 | - |
| YUV | 139.36 | 92.81 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 77 | 0.76 | 0 | 0.61 | 0.22 | 131.6 | 0.61 | 0.48 |
| Hex | 30 | C6 | 4D | 4C | 0 | 3D | 16 | 84 | 3D | 30 |
| Octal | 60 | 306 | 115 | 114 | 0 | 75 | 26 | 204 | 75 | 60 |
| Binary | 110000 | 11000110 | 1001101 | 1001100 | 0 | 111101 | 10110 | 10000100 | 111101 | 110000 |
Color Harmonies of #30C64D
Complementary color
Monochromatic Colors of #30C64D
Black with #30C64D
Text Example
Text Example
White with #30C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C64D; }
p { color: rgb(48,198,77); }
H1.HeaderClassName
{
color: #30C64D;
}
.AnyTagClassName
{
color: #30C64D;
}
</style>
background-color css
<style>
a { background-color: #30C64D; }
a { background-color: rgb(48,198,77); }
div.DivClassName
{
background-color: #30C64D;
}
.BgClassName
{
background-color: #30C64D;
}
</style>
border-color css
<style>
span { border-color: #30C64D; }
span { border-color: rgb(48,198,77); }
td.TdClassName
{
border-color: #30C64D;
}
.TagClassName
{
border-color: #30C64D;
}
</style>