Shades of Lime Green #30E517
Tints of Lime Green #30E517
RGB
CMYK
RGB Variations
Color information
#30E517 (or 0x30E517) is known color: Lime Green. HEX triplet: 30, E5 and 17. RGB value is (48,229,23). Sum of RGB (Red+Green+Blue) = 48+229+23=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 229 (89.84% from 255 or 76.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 229 - color contains mainly: green. Hex color #30E517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E517 is #CF1AE8. Grayscale: #989898. Windows color (decimal): -13572841 or 1566000. OLE color: 1566000.
HSL color Cylindrical-coordinate representation of color #30E517: hue angle of 112.72º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30E517 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 23 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.10 |
| HSL | 112.72º | 0.82% | 0.49% | - |
| HSV(B) | 112.72º | 0.9% | 0.9% | - |
| XYZ | 29.39 | 56.73 | 10.21 | - |
| YUV | 151.4 | 55.53 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 23 | 0.79 | 0 | 0.90 | 0.10 | 112.72 | 0.82 | 0.49 |
| Hex | 30 | E5 | 17 | 4F | 0 | 5A | A | 71 | 52 | 31 |
| Octal | 60 | 345 | 27 | 117 | 0 | 132 | 12 | 161 | 122 | 61 |
| Binary | 110000 | 11100101 | 10111 | 1001111 | 0 | 1011010 | 1010 | 1110001 | 1010010 | 110001 |
Color Harmonies of #30E517
Complementary color
Monochromatic Colors of #30E517
Black with #30E517
Text Example
Text Example
White with #30E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E517; }
p { color: rgb(48,229,23); }
H1.HeaderClassName
{
color: #30E517;
}
.AnyTagClassName
{
color: #30E517;
}
</style>
background-color css
<style>
a { background-color: #30E517; }
a { background-color: rgb(48,229,23); }
div.DivClassName
{
background-color: #30E517;
}
.BgClassName
{
background-color: #30E517;
}
</style>
border-color css
<style>
span { border-color: #30E517; }
span { border-color: rgb(48,229,23); }
td.TdClassName
{
border-color: #30E517;
}
.TagClassName
{
border-color: #30E517;
}
</style>