Shades of Lime Green #30C919
Tints of Lime Green #30C919
RGB
CMYK
RGB Variations
Color information
#30C919 (or 0x30C919) is known color: Lime Green. HEX triplet: 30, C9 and 19. RGB value is (48,201,25). Sum of RGB (Red+Green+Blue) = 48+201+25=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 201 (78.91% from 255 or 73.36% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 201 - color contains mainly: green. Hex color #30C919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C919 is #CF36E6. Grayscale: #878787. Windows color (decimal): -13580007 or 1689904. OLE color: 1689904.
HSL color Cylindrical-coordinate representation of color #30C919: hue angle of 112.16º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30C919 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 25 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.21 |
| HSL | 112.16º | 0.78% | 0.44% | - |
| HSV(B) | 112.16º | 0.88% | 0.79% | - |
| XYZ | 22.28 | 42.47 | 7.94 | - |
| YUV | 135.19 | 65.81 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 25 | 0.76 | 0 | 0.88 | 0.21 | 112.16 | 0.78 | 0.44 |
| Hex | 30 | C9 | 19 | 4C | 0 | 58 | 15 | 70 | 4E | 2C |
| Octal | 60 | 311 | 31 | 114 | 0 | 130 | 25 | 160 | 116 | 54 |
| Binary | 110000 | 11001001 | 11001 | 1001100 | 0 | 1011000 | 10101 | 1110000 | 1001110 | 101100 |
Color Harmonies of #30C919
Complementary color
Monochromatic Colors of #30C919
Black with #30C919
Text Example
Text Example
White with #30C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C919; }
p { color: rgb(48,201,25); }
H1.HeaderClassName
{
color: #30C919;
}
.AnyTagClassName
{
color: #30C919;
}
</style>
background-color css
<style>
a { background-color: #30C919; }
a { background-color: rgb(48,201,25); }
div.DivClassName
{
background-color: #30C919;
}
.BgClassName
{
background-color: #30C919;
}
</style>
border-color css
<style>
span { border-color: #30C919; }
span { border-color: rgb(48,201,25); }
td.TdClassName
{
border-color: #30C919;
}
.TagClassName
{
border-color: #30C919;
}
</style>