Shades of Lime Green #30E020
Tints of Lime Green #30E020
RGB
CMYK
RGB Variations
Color information
#30E020 (or 0x30E020) is known color: Lime Green. HEX triplet: 30, E0 and 20. RGB value is (48,224,32). Sum of RGB (Red+Green+Blue) = 48+224+32=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #30E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E020 is #CF1FDF. Grayscale: #969696. Windows color (decimal): -13574112 or 2154544. OLE color: 2154544.
HSL color Cylindrical-coordinate representation of color #30E020: hue angle of 115º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30E020 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 32 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.12 |
| HSL | 115º | 0.76% | 0.5% | - |
| HSV(B) | 115º | 0.86% | 0.88% | - |
| XYZ | 28.14 | 54.04 | 10.32 | - |
| YUV | 149.49 | 61.69 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 32 | 0.79 | 0 | 0.86 | 0.12 | 115 | 0.76 | 0.5 |
| Hex | 30 | E0 | 20 | 4F | 0 | 56 | C | 73 | 4C | 32 |
| Octal | 60 | 340 | 40 | 117 | 0 | 126 | 14 | 163 | 114 | 62 |
| Binary | 110000 | 11100000 | 100000 | 1001111 | 0 | 1010110 | 1100 | 1110011 | 1001100 | 110010 |
Color Harmonies of #30E020
Complementary color
Monochromatic Colors of #30E020
Black with #30E020
Text Example
Text Example
White with #30E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E020; }
p { color: rgb(48,224,32); }
H1.HeaderClassName
{
color: #30E020;
}
.AnyTagClassName
{
color: #30E020;
}
</style>
background-color css
<style>
a { background-color: #30E020; }
a { background-color: rgb(48,224,32); }
div.DivClassName
{
background-color: #30E020;
}
.BgClassName
{
background-color: #30E020;
}
</style>
border-color css
<style>
span { border-color: #30E020; }
span { border-color: rgb(48,224,32); }
td.TdClassName
{
border-color: #30E020;
}
.TagClassName
{
border-color: #30E020;
}
</style>