Shades of Lime Green #30E446
Tints of Lime Green #30E446
RGB
CMYK
RGB Variations
Color information
#30E446 (or 0x30E446) is known color: Lime Green. HEX triplet: 30, E4 and 46. RGB value is (48,228,70). Sum of RGB (Red+Green+Blue) = 48+228+70=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #30E446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E446 is #CF1BB9. Grayscale: #9C9C9C. Windows color (decimal): -13573050 or 4645936. OLE color: 4645936.
HSL color Cylindrical-coordinate representation of color #30E446: hue angle of 127.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E446 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 70 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.11 |
| HSL | 127.33º | 0.77% | 0.54% | - |
| HSV(B) | 127.33º | 0.79% | 0.89% | - |
| XYZ | 30.07 | 56.56 | 15.13 | - |
| YUV | 156.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 70 | 0.79 | 0 | 0.69 | 0.11 | 127.33 | 0.77 | 0.54 |
| Hex | 30 | E4 | 46 | 4F | 0 | 45 | B | 7F | 4D | 36 |
| Octal | 60 | 344 | 106 | 117 | 0 | 105 | 13 | 177 | 115 | 66 |
| Binary | 110000 | 11100100 | 1000110 | 1001111 | 0 | 1000101 | 1011 | 1111111 | 1001101 | 110110 |
Color Harmonies of #30E446
Complementary color
Monochromatic Colors of #30E446
Black with #30E446
Text Example
Text Example
White with #30E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E446; }
p { color: rgb(48,228,70); }
H1.HeaderClassName
{
color: #30E446;
}
.AnyTagClassName
{
color: #30E446;
}
</style>
background-color css
<style>
a { background-color: #30E446; }
a { background-color: rgb(48,228,70); }
div.DivClassName
{
background-color: #30E446;
}
.BgClassName
{
background-color: #30E446;
}
</style>
border-color css
<style>
span { border-color: #30E446; }
span { border-color: rgb(48,228,70); }
td.TdClassName
{
border-color: #30E446;
}
.TagClassName
{
border-color: #30E446;
}
</style>