Shades of Lime Green #30B647
Tints of Lime Green #30B647
RGB
CMYK
RGB Variations
Color information
#30B647 (or 0x30B647) is known color: Lime Green. HEX triplet: 30, B6 and 47. RGB value is (48,182,71). Sum of RGB (Red+Green+Blue) = 48+182+71=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 182 (71.48% from 255 or 60.47% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 182 - color contains mainly: green. Hex color #30B647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B647 is #CF49B8. Grayscale: #818181. Windows color (decimal): -13584825 or 4699696. OLE color: 4699696.
HSL color Cylindrical-coordinate representation of color #30B647: hue angle of 130.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B647 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 71 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.29 |
| HSL | 130.3º | 0.58% | 0.45% | - |
| HSV(B) | 130.3º | 0.74% | 0.71% | - |
| XYZ | 19.08 | 34.54 | 11.62 | - |
| YUV | 129.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 71 | 0.74 | 0 | 0.61 | 0.29 | 130.3 | 0.58 | 0.45 |
| Hex | 30 | B6 | 47 | 4A | 0 | 3D | 1D | 82 | 3A | 2D |
| Octal | 60 | 266 | 107 | 112 | 0 | 75 | 35 | 202 | 72 | 55 |
| Binary | 110000 | 10110110 | 1000111 | 1001010 | 0 | 111101 | 11101 | 10000010 | 111010 | 101101 |
Color Harmonies of #30B647
Complementary color
Monochromatic Colors of #30B647
Black with #30B647
Text Example
Text Example
White with #30B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B647; }
p { color: rgb(48,182,71); }
H1.HeaderClassName
{
color: #30B647;
}
.AnyTagClassName
{
color: #30B647;
}
</style>
background-color css
<style>
a { background-color: #30B647; }
a { background-color: rgb(48,182,71); }
div.DivClassName
{
background-color: #30B647;
}
.BgClassName
{
background-color: #30B647;
}
</style>
border-color css
<style>
span { border-color: #30B647; }
span { border-color: rgb(48,182,71); }
td.TdClassName
{
border-color: #30B647;
}
.TagClassName
{
border-color: #30B647;
}
</style>