Shades of Lime Green #30BA48
Tints of Lime Green #30BA48
RGB
CMYK
RGB Variations
Color information
#30BA48 (or 0x30BA48) is known color: Lime Green. HEX triplet: 30, BA and 48. RGB value is (48,186,72). Sum of RGB (Red+Green+Blue) = 48+186+72=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA48 is #CF45B7. Grayscale: #848484. Windows color (decimal): -13583800 or 4766256. OLE color: 4766256.
HSL color Cylindrical-coordinate representation of color #30BA48: hue angle of 130.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA48 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 72 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.27 |
| HSL | 130.43º | 0.59% | 0.46% | - |
| HSV(B) | 130.43º | 0.74% | 0.73% | - |
| XYZ | 19.95 | 36.21 | 12.07 | - |
| YUV | 131.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 72 | 0.74 | 0 | 0.61 | 0.27 | 130.43 | 0.59 | 0.46 |
| Hex | 30 | BA | 48 | 4A | 0 | 3D | 1B | 82 | 3B | 2E |
| Octal | 60 | 272 | 110 | 112 | 0 | 75 | 33 | 202 | 73 | 56 |
| Binary | 110000 | 10111010 | 1001000 | 1001010 | 0 | 111101 | 11011 | 10000010 | 111011 | 101110 |
Color Harmonies of #30BA48
Complementary color
Monochromatic Colors of #30BA48
Black with #30BA48
Text Example
Text Example
White with #30BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA48; }
p { color: rgb(48,186,72); }
H1.HeaderClassName
{
color: #30BA48;
}
.AnyTagClassName
{
color: #30BA48;
}
</style>
background-color css
<style>
a { background-color: #30BA48; }
a { background-color: rgb(48,186,72); }
div.DivClassName
{
background-color: #30BA48;
}
.BgClassName
{
background-color: #30BA48;
}
</style>
border-color css
<style>
span { border-color: #30BA48; }
span { border-color: rgb(48,186,72); }
td.TdClassName
{
border-color: #30BA48;
}
.TagClassName
{
border-color: #30BA48;
}
</style>