Shades of Lime Green #30B746
Tints of Lime Green #30B746
RGB
CMYK
RGB Variations
Color information
#30B746 (or 0x30B746) is known color: Lime Green. HEX triplet: 30, B7 and 46. RGB value is (48,183,70). Sum of RGB (Red+Green+Blue) = 48+183+70=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #30B746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B746 is #CF48B9. Grayscale: #828282. Windows color (decimal): -13584570 or 4634416. OLE color: 4634416.
HSL color Cylindrical-coordinate representation of color #30B746: hue angle of 129.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B746 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 70 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.28 |
| HSL | 129.78º | 0.58% | 0.45% | - |
| HSV(B) | 129.78º | 0.74% | 0.72% | - |
| XYZ | 19.26 | 34.94 | 11.52 | - |
| YUV | 129.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 70 | 0.74 | 0 | 0.62 | 0.28 | 129.78 | 0.58 | 0.45 |
| Hex | 30 | B7 | 46 | 4A | 0 | 3E | 1C | 82 | 3A | 2D |
| Octal | 60 | 267 | 106 | 112 | 0 | 76 | 34 | 202 | 72 | 55 |
| Binary | 110000 | 10110111 | 1000110 | 1001010 | 0 | 111110 | 11100 | 10000010 | 111010 | 101101 |
Color Harmonies of #30B746
Complementary color
Monochromatic Colors of #30B746
Black with #30B746
Text Example
Text Example
White with #30B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B746; }
p { color: rgb(48,183,70); }
H1.HeaderClassName
{
color: #30B746;
}
.AnyTagClassName
{
color: #30B746;
}
</style>
background-color css
<style>
a { background-color: #30B746; }
a { background-color: rgb(48,183,70); }
div.DivClassName
{
background-color: #30B746;
}
.BgClassName
{
background-color: #30B746;
}
</style>
border-color css
<style>
span { border-color: #30B746; }
span { border-color: rgb(48,183,70); }
td.TdClassName
{
border-color: #30B746;
}
.TagClassName
{
border-color: #30B746;
}
</style>