Shades of Lime Green #30E221
Tints of Lime Green #30E221
RGB
CMYK
RGB Variations
Color information
#30E221 (or 0x30E221) is known color: Lime Green. HEX triplet: 30, E2 and 21. RGB value is (48,226,33). Sum of RGB (Red+Green+Blue) = 48+226+33=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 226 (88.67% from 255 or 73.62% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 226 - color contains mainly: green. Hex color #30E221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E221 is #CF1DDE. Grayscale: #979797. Windows color (decimal): -13573599 or 2220592. OLE color: 2220592.
HSL color Cylindrical-coordinate representation of color #30E221: hue angle of 115.34º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30E221 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 33 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.11 |
| HSL | 115.34º | 0.77% | 0.51% | - |
| HSV(B) | 115.34º | 0.85% | 0.89% | - |
| XYZ | 28.69 | 55.13 | 10.57 | - |
| YUV | 150.78 | 61.53 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 33 | 0.79 | 0 | 0.85 | 0.11 | 115.34 | 0.77 | 0.51 |
| Hex | 30 | E2 | 21 | 4F | 0 | 55 | B | 73 | 4D | 33 |
| Octal | 60 | 342 | 41 | 117 | 0 | 125 | 13 | 163 | 115 | 63 |
| Binary | 110000 | 11100010 | 100001 | 1001111 | 0 | 1010101 | 1011 | 1110011 | 1001101 | 110011 |
Color Harmonies of #30E221
Complementary color
Monochromatic Colors of #30E221
Black with #30E221
Text Example
Text Example
White with #30E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E221; }
p { color: rgb(48,226,33); }
H1.HeaderClassName
{
color: #30E221;
}
.AnyTagClassName
{
color: #30E221;
}
</style>
background-color css
<style>
a { background-color: #30E221; }
a { background-color: rgb(48,226,33); }
div.DivClassName
{
background-color: #30E221;
}
.BgClassName
{
background-color: #30E221;
}
</style>
border-color css
<style>
span { border-color: #30E221; }
span { border-color: rgb(48,226,33); }
td.TdClassName
{
border-color: #30E221;
}
.TagClassName
{
border-color: #30E221;
}
</style>