Shades of Lime Green #30C04F
Tints of Lime Green #30C04F
RGB
CMYK
RGB Variations
Color information
#30C04F (or 0x30C04F) is known color: Lime Green. HEX triplet: 30, C0 and 4F. RGB value is (48,192,79). Sum of RGB (Red+Green+Blue) = 48+192+79=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #30C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C04F is #CF3FB0. Grayscale: #888888. Windows color (decimal): -13582257 or 5226544. OLE color: 5226544.
HSL color Cylindrical-coordinate representation of color #30C04F: hue angle of 132.92º 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 #30C04F is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 79 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.25 |
| HSL | 132.92º | 0.6% | 0.47% | - |
| HSV(B) | 132.92º | 0.75% | 0.75% | - |
| XYZ | 21.48 | 38.89 | 13.77 | - |
| YUV | 136.06 | 95.79 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 79 | 0.75 | 0 | 0.59 | 0.25 | 132.92 | 0.6 | 0.47 |
| Hex | 30 | C0 | 4F | 4B | 0 | 3B | 19 | 85 | 3C | 2F |
| Octal | 60 | 300 | 117 | 113 | 0 | 73 | 31 | 205 | 74 | 57 |
| Binary | 110000 | 11000000 | 1001111 | 1001011 | 0 | 111011 | 11001 | 10000101 | 111100 | 101111 |
Color Harmonies of #30C04F
Complementary color
Monochromatic Colors of #30C04F
Black with #30C04F
Text Example
Text Example
White with #30C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C04F; }
p { color: rgb(48,192,79); }
H1.HeaderClassName
{
color: #30C04F;
}
.AnyTagClassName
{
color: #30C04F;
}
</style>
background-color css
<style>
a { background-color: #30C04F; }
a { background-color: rgb(48,192,79); }
div.DivClassName
{
background-color: #30C04F;
}
.BgClassName
{
background-color: #30C04F;
}
</style>
border-color css
<style>
span { border-color: #30C04F; }
span { border-color: rgb(48,192,79); }
td.TdClassName
{
border-color: #30C04F;
}
.TagClassName
{
border-color: #30C04F;
}
</style>