Shades of Lime Green #30EC20
Tints of Lime Green #30EC20
RGB
CMYK
RGB Variations
Color information
#30EC20 (or 0x30EC20) is known color: Lime Green. HEX triplet: 30, EC and 20. RGB value is (48,236,32). Sum of RGB (Red+Green+Blue) = 48+236+32=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC20 is #CF13DF. Grayscale: #9D9D9D. Windows color (decimal): -13571040 or 2157616. OLE color: 2157616.
HSL color Cylindrical-coordinate representation of color #30EC20: hue angle of 115.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30EC20 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.07 |
| HSL | 115.29º | 0.84% | 0.53% | - |
| HSV(B) | 115.29º | 0.86% | 0.93% | - |
| XYZ | 31.48 | 60.72 | 11.43 | - |
| YUV | 156.53 | 57.72 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 32 | 0.80 | 0 | 0.86 | 0.07 | 115.29 | 0.84 | 0.53 |
| Hex | 30 | EC | 20 | 50 | 0 | 56 | 7 | 73 | 54 | 35 |
| Octal | 60 | 354 | 40 | 120 | 0 | 126 | 7 | 163 | 124 | 65 |
| Binary | 110000 | 11101100 | 100000 | 1010000 | 0 | 1010110 | 111 | 1110011 | 1010100 | 110101 |
Color Harmonies of #30EC20
Complementary color
Monochromatic Colors of #30EC20
Black with #30EC20
Text Example
Text Example
White with #30EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC20; }
p { color: rgb(48,236,32); }
H1.HeaderClassName
{
color: #30EC20;
}
.AnyTagClassName
{
color: #30EC20;
}
</style>
background-color css
<style>
a { background-color: #30EC20; }
a { background-color: rgb(48,236,32); }
div.DivClassName
{
background-color: #30EC20;
}
.BgClassName
{
background-color: #30EC20;
}
</style>
border-color css
<style>
span { border-color: #30EC20; }
span { border-color: rgb(48,236,32); }
td.TdClassName
{
border-color: #30EC20;
}
.TagClassName
{
border-color: #30EC20;
}
</style>