Shades of Lime Green #30C04D
Tints of Lime Green #30C04D
RGB
CMYK
RGB Variations
Color information
#30C04D (or 0x30C04D) is known color: Lime Green. HEX triplet: 30, C0 and 4D. RGB value is (48,192,77). Sum of RGB (Red+Green+Blue) = 48+192+77=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #30C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C04D is #CF3FB2. Grayscale: #888888. Windows color (decimal): -13582259 or 5095472. OLE color: 5095472.
HSL color Cylindrical-coordinate representation of color #30C04D: hue angle of 132.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C04D is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 77 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.25 |
| HSL | 132.08º | 0.6% | 0.47% | - |
| HSV(B) | 132.08º | 0.75% | 0.75% | - |
| XYZ | 21.41 | 38.86 | 13.39 | - |
| YUV | 135.83 | 94.79 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 77 | 0.75 | 0 | 0.60 | 0.25 | 132.08 | 0.6 | 0.47 |
| Hex | 30 | C0 | 4D | 4B | 0 | 3C | 19 | 84 | 3C | 2F |
| Octal | 60 | 300 | 115 | 113 | 0 | 74 | 31 | 204 | 74 | 57 |
| Binary | 110000 | 11000000 | 1001101 | 1001011 | 0 | 111100 | 11001 | 10000100 | 111100 | 101111 |
Color Harmonies of #30C04D
Complementary color
Monochromatic Colors of #30C04D
Black with #30C04D
Text Example
Text Example
White with #30C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C04D; }
p { color: rgb(48,192,77); }
H1.HeaderClassName
{
color: #30C04D;
}
.AnyTagClassName
{
color: #30C04D;
}
</style>
background-color css
<style>
a { background-color: #30C04D; }
a { background-color: rgb(48,192,77); }
div.DivClassName
{
background-color: #30C04D;
}
.BgClassName
{
background-color: #30C04D;
}
</style>
border-color css
<style>
span { border-color: #30C04D; }
span { border-color: rgb(48,192,77); }
td.TdClassName
{
border-color: #30C04D;
}
.TagClassName
{
border-color: #30C04D;
}
</style>