Shades of Lime Green #30B32E
Tints of Lime Green #30B32E
RGB
CMYK
RGB Variations
Color information
#30B32E (or 0x30B32E) is known color: Lime Green. HEX triplet: 30, B3 and 2E. RGB value is (48,179,46). Sum of RGB (Red+Green+Blue) = 48+179+46=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #30B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B32E is #CF4CD1. Grayscale: #7D7D7D. Windows color (decimal): -13585618 or 3060528. OLE color: 3060528.
HSL color Cylindrical-coordinate representation of color #30B32E: hue angle of 119.1º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B32E is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 46 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.30 |
| HSL | 119.1º | 0.59% | 0.44% | - |
| HSV(B) | 119.1º | 0.74% | 0.7% | - |
| XYZ | 17.83 | 33.07 | 8.03 | - |
| YUV | 124.67 | 83.6 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 46 | 0.73 | 0 | 0.74 | 0.30 | 119.1 | 0.59 | 0.44 |
| Hex | 30 | B3 | 2E | 49 | 0 | 4A | 1E | 77 | 3B | 2C |
| Octal | 60 | 263 | 56 | 111 | 0 | 112 | 36 | 167 | 73 | 54 |
| Binary | 110000 | 10110011 | 101110 | 1001001 | 0 | 1001010 | 11110 | 1110111 | 111011 | 101100 |
Color Harmonies of #30B32E
Complementary color
Monochromatic Colors of #30B32E
Black with #30B32E
Text Example
Text Example
White with #30B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B32E; }
p { color: rgb(48,179,46); }
H1.HeaderClassName
{
color: #30B32E;
}
.AnyTagClassName
{
color: #30B32E;
}
</style>
background-color css
<style>
a { background-color: #30B32E; }
a { background-color: rgb(48,179,46); }
div.DivClassName
{
background-color: #30B32E;
}
.BgClassName
{
background-color: #30B32E;
}
</style>
border-color css
<style>
span { border-color: #30B32E; }
span { border-color: rgb(48,179,46); }
td.TdClassName
{
border-color: #30B32E;
}
.TagClassName
{
border-color: #30B32E;
}
</style>