Shades of Lime Green #30E223
Tints of Lime Green #30E223
RGB
CMYK
RGB Variations
Color information
#30E223 (or 0x30E223) is known color: Lime Green. HEX triplet: 30, E2 and 23. RGB value is (48,226,35). Sum of RGB (Red+Green+Blue) = 48+226+35=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #30E223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E223 is #CF1DDC. Grayscale: #979797. Windows color (decimal): -13573597 or 2351664. OLE color: 2351664.
HSL color Cylindrical-coordinate representation of color #30E223: hue angle of 115.92º 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 #30E223 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 35 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.11 |
| HSL | 115.92º | 0.77% | 0.51% | - |
| HSV(B) | 115.92º | 0.85% | 0.89% | - |
| XYZ | 28.72 | 55.14 | 10.72 | - |
| YUV | 151 | 62.53 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 35 | 0.79 | 0 | 0.85 | 0.11 | 115.92 | 0.77 | 0.51 |
| Hex | 30 | E2 | 23 | 4F | 0 | 55 | B | 74 | 4D | 33 |
| Octal | 60 | 342 | 43 | 117 | 0 | 125 | 13 | 164 | 115 | 63 |
| Binary | 110000 | 11100010 | 100011 | 1001111 | 0 | 1010101 | 1011 | 1110100 | 1001101 | 110011 |
Color Harmonies of #30E223
Complementary color
Monochromatic Colors of #30E223
Black with #30E223
Text Example
Text Example
White with #30E223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E223; }
p { color: rgb(48,226,35); }
H1.HeaderClassName
{
color: #30E223;
}
.AnyTagClassName
{
color: #30E223;
}
</style>
background-color css
<style>
a { background-color: #30E223; }
a { background-color: rgb(48,226,35); }
div.DivClassName
{
background-color: #30E223;
}
.BgClassName
{
background-color: #30E223;
}
</style>
border-color css
<style>
span { border-color: #30E223; }
span { border-color: rgb(48,226,35); }
td.TdClassName
{
border-color: #30E223;
}
.TagClassName
{
border-color: #30E223;
}
</style>