Shades of Lime Green #30D512
Tints of Lime Green #30D512
RGB
CMYK
RGB Variations
Color information
#30D512 (or 0x30D512) is known color: Lime Green. HEX triplet: 30, D5 and 12. RGB value is (48,213,18). Sum of RGB (Red+Green+Blue) = 48+213+18=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #30D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D512 is #CF2AED. Grayscale: #8E8E8E. Windows color (decimal): -13576942 or 1234224. OLE color: 1234224.
HSL color Cylindrical-coordinate representation of color #30D512: hue angle of 110.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30D512 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 18 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.16 |
| HSL | 110.77º | 0.84% | 0.45% | - |
| HSV(B) | 110.77º | 0.92% | 0.84% | - |
| XYZ | 25.12 | 48.26 | 8.56 | - |
| YUV | 141.44 | 58.34 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 18 | 0.77 | 0 | 0.92 | 0.16 | 110.77 | 0.84 | 0.45 |
| Hex | 30 | D5 | 12 | 4D | 0 | 5C | 10 | 6F | 54 | 2D |
| Octal | 60 | 325 | 22 | 115 | 0 | 134 | 20 | 157 | 124 | 55 |
| Binary | 110000 | 11010101 | 10010 | 1001101 | 0 | 1011100 | 10000 | 1101111 | 1010100 | 101101 |
Color Harmonies of #30D512
Complementary color
Monochromatic Colors of #30D512
Black with #30D512
Text Example
Text Example
White with #30D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D512; }
p { color: rgb(48,213,18); }
H1.HeaderClassName
{
color: #30D512;
}
.AnyTagClassName
{
color: #30D512;
}
</style>
background-color css
<style>
a { background-color: #30D512; }
a { background-color: rgb(48,213,18); }
div.DivClassName
{
background-color: #30D512;
}
.BgClassName
{
background-color: #30D512;
}
</style>
border-color css
<style>
span { border-color: #30D512; }
span { border-color: rgb(48,213,18); }
td.TdClassName
{
border-color: #30D512;
}
.TagClassName
{
border-color: #30D512;
}
</style>