Shades of Lime Green #30B946
Tints of Lime Green #30B946
RGB
CMYK
RGB Variations
Color information
#30B946 (or 0x30B946) is known color: Lime Green. HEX triplet: 30, B9 and 46. RGB value is (48,185,70). Sum of RGB (Red+Green+Blue) = 48+185+70=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #30B946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B946 is #CF46B9. Grayscale: #838383. Windows color (decimal): -13584058 or 4634928. OLE color: 4634928.
HSL color Cylindrical-coordinate representation of color #30B946: hue angle of 129.64º 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 #30B946 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 70 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.27 |
| HSL | 129.64º | 0.59% | 0.46% | - |
| HSV(B) | 129.64º | 0.74% | 0.73% | - |
| XYZ | 19.67 | 35.77 | 11.66 | - |
| YUV | 130.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 70 | 0.74 | 0 | 0.62 | 0.27 | 129.64 | 0.59 | 0.46 |
| Hex | 30 | B9 | 46 | 4A | 0 | 3E | 1B | 82 | 3B | 2E |
| Octal | 60 | 271 | 106 | 112 | 0 | 76 | 33 | 202 | 73 | 56 |
| Binary | 110000 | 10111001 | 1000110 | 1001010 | 0 | 111110 | 11011 | 10000010 | 111011 | 101110 |
Color Harmonies of #30B946
Complementary color
Monochromatic Colors of #30B946
Black with #30B946
Text Example
Text Example
White with #30B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B946; }
p { color: rgb(48,185,70); }
H1.HeaderClassName
{
color: #30B946;
}
.AnyTagClassName
{
color: #30B946;
}
</style>
background-color css
<style>
a { background-color: #30B946; }
a { background-color: rgb(48,185,70); }
div.DivClassName
{
background-color: #30B946;
}
.BgClassName
{
background-color: #30B946;
}
</style>
border-color css
<style>
span { border-color: #30B946; }
span { border-color: rgb(48,185,70); }
td.TdClassName
{
border-color: #30B946;
}
.TagClassName
{
border-color: #30B946;
}
</style>