Shades of Lime Green #30E331
Tints of Lime Green #30E331
RGB
CMYK
RGB Variations
Color information
#30E331 (or 0x30E331) is known color: Lime Green. HEX triplet: 30, E3 and 31. RGB value is (48,227,49). Sum of RGB (Red+Green+Blue) = 48+227+49=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 227 (89.06% from 255 or 70.06% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 227 - color contains mainly: green. Hex color #30E331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E331 is #CF1CCE. Grayscale: #999999. Windows color (decimal): -13573327 or 3269424. OLE color: 3269424.
HSL color Cylindrical-coordinate representation of color #30E331: hue angle of 120.34º 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 #30E331 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 49 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.11 |
| HSL | 120.34º | 0.76% | 0.54% | - |
| HSV(B) | 120.34º | 0.79% | 0.89% | - |
| XYZ | 29.24 | 55.79 | 12.13 | - |
| YUV | 153.19 | 69.2 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 49 | 0.79 | 0 | 0.78 | 0.11 | 120.34 | 0.76 | 0.54 |
| Hex | 30 | E3 | 31 | 4F | 0 | 4E | B | 78 | 4C | 36 |
| Octal | 60 | 343 | 61 | 117 | 0 | 116 | 13 | 170 | 114 | 66 |
| Binary | 110000 | 11100011 | 110001 | 1001111 | 0 | 1001110 | 1011 | 1111000 | 1001100 | 110110 |
Color Harmonies of #30E331
Complementary color
Monochromatic Colors of #30E331
Black with #30E331
Text Example
Text Example
White with #30E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E331; }
p { color: rgb(48,227,49); }
H1.HeaderClassName
{
color: #30E331;
}
.AnyTagClassName
{
color: #30E331;
}
</style>
background-color css
<style>
a { background-color: #30E331; }
a { background-color: rgb(48,227,49); }
div.DivClassName
{
background-color: #30E331;
}
.BgClassName
{
background-color: #30E331;
}
</style>
border-color css
<style>
span { border-color: #30E331; }
span { border-color: rgb(48,227,49); }
td.TdClassName
{
border-color: #30E331;
}
.TagClassName
{
border-color: #30E331;
}
</style>