Shades of Lime Green #30C819
Tints of Lime Green #30C819
RGB
CMYK
RGB Variations
Color information
#30C819 (or 0x30C819) is known color: Lime Green. HEX triplet: 30, C8 and 19. RGB value is (48,200,25). Sum of RGB (Red+Green+Blue) = 48+200+25=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #30C819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C819 is #CF37E6. Grayscale: #878787. Windows color (decimal): -13580263 or 1689648. OLE color: 1689648.
HSL color Cylindrical-coordinate representation of color #30C819: hue angle of 112.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30C819 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 25 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.22 |
| HSL | 112.11º | 0.78% | 0.44% | - |
| HSV(B) | 112.11º | 0.88% | 0.78% | - |
| XYZ | 22.05 | 42.01 | 7.87 | - |
| YUV | 134.6 | 66.14 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 25 | 0.76 | 0 | 0.88 | 0.22 | 112.11 | 0.78 | 0.44 |
| Hex | 30 | C8 | 19 | 4C | 0 | 58 | 16 | 70 | 4E | 2C |
| Octal | 60 | 310 | 31 | 114 | 0 | 130 | 26 | 160 | 116 | 54 |
| Binary | 110000 | 11001000 | 11001 | 1001100 | 0 | 1011000 | 10110 | 1110000 | 1001110 | 101100 |
Color Harmonies of #30C819
Complementary color
Monochromatic Colors of #30C819
Black with #30C819
Text Example
Text Example
White with #30C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C819; }
p { color: rgb(48,200,25); }
H1.HeaderClassName
{
color: #30C819;
}
.AnyTagClassName
{
color: #30C819;
}
</style>
background-color css
<style>
a { background-color: #30C819; }
a { background-color: rgb(48,200,25); }
div.DivClassName
{
background-color: #30C819;
}
.BgClassName
{
background-color: #30C819;
}
</style>
border-color css
<style>
span { border-color: #30C819; }
span { border-color: rgb(48,200,25); }
td.TdClassName
{
border-color: #30C819;
}
.TagClassName
{
border-color: #30C819;
}
</style>