Shades of Lime Green #30E617
Tints of Lime Green #30E617
RGB
CMYK
RGB Variations
Color information
#30E617 (or 0x30E617) is known color: Lime Green. HEX triplet: 30, E6 and 17. RGB value is (48,230,23). Sum of RGB (Red+Green+Blue) = 48+230+23=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 230 (90.23% from 255 or 76.41% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 230 - color contains mainly: green. Hex color #30E617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E617 is #CF19E8. Grayscale: #989898. Windows color (decimal): -13572585 or 1566256. OLE color: 1566256.
HSL color Cylindrical-coordinate representation of color #30E617: hue angle of 112.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30E617 is Cyan = 0.79, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 23 | - |
| CMYK | 0.79 | 0 | 0.9 | 0.10 |
| HSL | 112.75º | 0.82% | 0.5% | - |
| HSV(B) | 112.75º | 0.9% | 0.9% | - |
| XYZ | 29.67 | 57.28 | 10.3 | - |
| YUV | 151.98 | 55.2 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 23 | 0.79 | 0 | 0.9 | 0.10 | 112.75 | 0.82 | 0.5 |
| Hex | 30 | E6 | 17 | 4F | 0 | 5A | A | 71 | 52 | 32 |
| Octal | 60 | 346 | 27 | 117 | 0 | 132 | 12 | 161 | 122 | 62 |
| Binary | 110000 | 11100110 | 10111 | 1001111 | 0 | 1011010 | 1010 | 1110001 | 1010010 | 110010 |
Color Harmonies of #30E617
Complementary color
Monochromatic Colors of #30E617
Black with #30E617
Text Example
Text Example
White with #30E617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E617; }
p { color: rgb(48,230,23); }
H1.HeaderClassName
{
color: #30E617;
}
.AnyTagClassName
{
color: #30E617;
}
</style>
background-color css
<style>
a { background-color: #30E617; }
a { background-color: rgb(48,230,23); }
div.DivClassName
{
background-color: #30E617;
}
.BgClassName
{
background-color: #30E617;
}
</style>
border-color css
<style>
span { border-color: #30E617; }
span { border-color: rgb(48,230,23); }
td.TdClassName
{
border-color: #30E617;
}
.TagClassName
{
border-color: #30E617;
}
</style>