Shades of Lime Green #30E332
Tints of Lime Green #30E332
RGB
CMYK
RGB Variations
Color information
#30E332 (or 0x30E332) is known color: Lime Green. HEX triplet: 30, E3 and 32. RGB value is (48,227,50). Sum of RGB (Red+Green+Blue) = 48+227+50=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #30E332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E332 is #CF1CCD. Grayscale: #999999. Windows color (decimal): -13573326 or 3334960. OLE color: 3334960.
HSL color Cylindrical-coordinate representation of color #30E332: hue angle of 120.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E332 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.11 |
| HSL | 120.67º | 0.76% | 0.54% | - |
| HSV(B) | 120.67º | 0.79% | 0.89% | - |
| XYZ | 29.26 | 55.8 | 12.25 | - |
| YUV | 153.3 | 69.7 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 50 | 0.79 | 0 | 0.78 | 0.11 | 120.67 | 0.76 | 0.54 |
| Hex | 30 | E3 | 32 | 4F | 0 | 4E | B | 79 | 4C | 36 |
| Octal | 60 | 343 | 62 | 117 | 0 | 116 | 13 | 171 | 114 | 66 |
| Binary | 110000 | 11100011 | 110010 | 1001111 | 0 | 1001110 | 1011 | 1111001 | 1001100 | 110110 |
Color Harmonies of #30E332
Complementary color
Monochromatic Colors of #30E332
Black with #30E332
Text Example
Text Example
White with #30E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E332; }
p { color: rgb(48,227,50); }
H1.HeaderClassName
{
color: #30E332;
}
.AnyTagClassName
{
color: #30E332;
}
</style>
background-color css
<style>
a { background-color: #30E332; }
a { background-color: rgb(48,227,50); }
div.DivClassName
{
background-color: #30E332;
}
.BgClassName
{
background-color: #30E332;
}
</style>
border-color css
<style>
span { border-color: #30E332; }
span { border-color: rgb(48,227,50); }
td.TdClassName
{
border-color: #30E332;
}
.TagClassName
{
border-color: #30E332;
}
</style>