Shades of Lime Green #16DD30
Tints of Lime Green #16DD30
RGB
CMYK
RGB Variations
Color information
#16DD30 (or 0x16DD30) is known color: Lime Green. HEX triplet: 16, DD and 30. RGB value is (22,221,48). Sum of RGB (Red+Green+Blue) = 22+221+48=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DD30 is #E922CF. Grayscale: #8E8E8E. Windows color (decimal): -15278800 or 3202326. OLE color: 3202326.
HSL color Cylindrical-coordinate representation of color #16DD30: hue angle of 127.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DD30 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 48 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.13 |
| HSL | 127.84º | 0.82% | 0.48% | - |
| HSV(B) | 127.84º | 0.9% | 0.87% | - |
| XYZ | 26.72 | 52.1 | 11.44 | - |
| YUV | 141.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 48 | 0.90 | 0 | 0.78 | 0.13 | 127.84 | 0.82 | 0.48 |
| Hex | 16 | DD | 30 | 5A | 0 | 4E | D | 80 | 52 | 30 |
| Octal | 26 | 335 | 60 | 132 | 0 | 116 | 15 | 200 | 122 | 60 |
| Binary | 10110 | 11011101 | 110000 | 1011010 | 0 | 1001110 | 1101 | 10000000 | 1010010 | 110000 |
Color Harmonies of #16DD30
Complementary color
Monochromatic Colors of #16DD30
Black with #16DD30
Text Example
Text Example
White with #16DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DD30; }
p { color: rgb(22,221,48); }
H1.HeaderClassName
{
color: #16DD30;
}
.AnyTagClassName
{
color: #16DD30;
}
</style>
background-color css
<style>
a { background-color: #16DD30; }
a { background-color: rgb(22,221,48); }
div.DivClassName
{
background-color: #16DD30;
}
.BgClassName
{
background-color: #16DD30;
}
</style>
border-color css
<style>
span { border-color: #16DD30; }
span { border-color: rgb(22,221,48); }
td.TdClassName
{
border-color: #16DD30;
}
.TagClassName
{
border-color: #16DD30;
}
</style>