Shades of Lime Green #30C63A
Tints of Lime Green #30C63A
RGB
CMYK
RGB Variations
Color information
#30C63A (or 0x30C63A) is known color: Lime Green. HEX triplet: 30, C6 and 3A. RGB value is (48,198,58). Sum of RGB (Red+Green+Blue) = 48+198+58=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #30C63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C63A is #CF39C5. Grayscale: #898989. Windows color (decimal): -13580742 or 3851824. OLE color: 3851824.
HSL color Cylindrical-coordinate representation of color #30C63A: hue angle of 124º 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 #30C63A is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 58 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.22 |
| HSL | 124º | 0.61% | 0.48% | - |
| HSV(B) | 124º | 0.76% | 0.78% | - |
| XYZ | 22.18 | 41.32 | 10.81 | - |
| YUV | 137.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 58 | 0.76 | 0 | 0.71 | 0.22 | 124 | 0.61 | 0.48 |
| Hex | 30 | C6 | 3A | 4C | 0 | 47 | 16 | 7C | 3D | 30 |
| Octal | 60 | 306 | 72 | 114 | 0 | 107 | 26 | 174 | 75 | 60 |
| Binary | 110000 | 11000110 | 111010 | 1001100 | 0 | 1000111 | 10110 | 1111100 | 111101 | 110000 |
Color Harmonies of #30C63A
Complementary color
Monochromatic Colors of #30C63A
Black with #30C63A
Text Example
Text Example
White with #30C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C63A; }
p { color: rgb(48,198,58); }
H1.HeaderClassName
{
color: #30C63A;
}
.AnyTagClassName
{
color: #30C63A;
}
</style>
background-color css
<style>
a { background-color: #30C63A; }
a { background-color: rgb(48,198,58); }
div.DivClassName
{
background-color: #30C63A;
}
.BgClassName
{
background-color: #30C63A;
}
</style>
border-color css
<style>
span { border-color: #30C63A; }
span { border-color: rgb(48,198,58); }
td.TdClassName
{
border-color: #30C63A;
}
.TagClassName
{
border-color: #30C63A;
}
</style>