Shades of Lime Green #30E012
Tints of Lime Green #30E012
RGB
CMYK
RGB Variations
Color information
#30E012 (or 0x30E012) is known color: Lime Green. HEX triplet: 30, E0 and 12. RGB value is (48,224,18). Sum of RGB (Red+Green+Blue) = 48+224+18=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #30E012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E012 is #CF1FED. Grayscale: #949494. Windows color (decimal): -13574126 or 1237040. OLE color: 1237040.
HSL color Cylindrical-coordinate representation of color #30E012: hue angle of 111.26º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30E012 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.12 |
| HSL | 111.26º | 0.85% | 0.47% | - |
| HSV(B) | 111.26º | 0.92% | 0.88% | - |
| XYZ | 27.98 | 53.98 | 9.52 | - |
| YUV | 147.89 | 54.69 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 18 | 0.79 | 0 | 0.92 | 0.12 | 111.26 | 0.85 | 0.47 |
| Hex | 30 | E0 | 12 | 4F | 0 | 5C | C | 6F | 55 | 2F |
| Octal | 60 | 340 | 22 | 117 | 0 | 134 | 14 | 157 | 125 | 57 |
| Binary | 110000 | 11100000 | 10010 | 1001111 | 0 | 1011100 | 1100 | 1101111 | 1010101 | 101111 |
Color Harmonies of #30E012
Complementary color
Monochromatic Colors of #30E012
Black with #30E012
Text Example
Text Example
White with #30E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E012; }
p { color: rgb(48,224,18); }
H1.HeaderClassName
{
color: #30E012;
}
.AnyTagClassName
{
color: #30E012;
}
</style>
background-color css
<style>
a { background-color: #30E012; }
a { background-color: rgb(48,224,18); }
div.DivClassName
{
background-color: #30E012;
}
.BgClassName
{
background-color: #30E012;
}
</style>
border-color css
<style>
span { border-color: #30E012; }
span { border-color: rgb(48,224,18); }
td.TdClassName
{
border-color: #30E012;
}
.TagClassName
{
border-color: #30E012;
}
</style>