Shades of Lime Green #30C149
Tints of Lime Green #30C149
RGB
CMYK
RGB Variations
Color information
#30C149 (or 0x30C149) is known color: Lime Green. HEX triplet: 30, C1 and 49. RGB value is (48,193,73). Sum of RGB (Red+Green+Blue) = 48+193+73=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #30C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C149 is #CF3EB6. Grayscale: #888888. Windows color (decimal): -13582007 or 4833584. OLE color: 4833584.
HSL color Cylindrical-coordinate representation of color #30C149: hue angle of 130.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C149 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 73 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.24 |
| HSL | 130.34º | 0.6% | 0.47% | - |
| HSV(B) | 130.34º | 0.75% | 0.76% | - |
| XYZ | 21.49 | 39.25 | 12.75 | - |
| YUV | 135.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 73 | 0.75 | 0 | 0.62 | 0.24 | 130.34 | 0.6 | 0.47 |
| Hex | 30 | C1 | 49 | 4B | 0 | 3E | 18 | 82 | 3C | 2F |
| Octal | 60 | 301 | 111 | 113 | 0 | 76 | 30 | 202 | 74 | 57 |
| Binary | 110000 | 11000001 | 1001001 | 1001011 | 0 | 111110 | 11000 | 10000010 | 111100 | 101111 |
Color Harmonies of #30C149
Complementary color
Monochromatic Colors of #30C149
Black with #30C149
Text Example
Text Example
White with #30C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C149; }
p { color: rgb(48,193,73); }
H1.HeaderClassName
{
color: #30C149;
}
.AnyTagClassName
{
color: #30C149;
}
</style>
background-color css
<style>
a { background-color: #30C149; }
a { background-color: rgb(48,193,73); }
div.DivClassName
{
background-color: #30C149;
}
.BgClassName
{
background-color: #30C149;
}
</style>
border-color css
<style>
span { border-color: #30C149; }
span { border-color: rgb(48,193,73); }
td.TdClassName
{
border-color: #30C149;
}
.TagClassName
{
border-color: #30C149;
}
</style>