Shades of Lime Green #16E630
Tints of Lime Green #16E630
RGB
CMYK
RGB Variations
Color information
#16E630 (or 0x16E630) is known color: Lime Green. HEX triplet: 16, E6 and 30. RGB value is (22,230,48). Sum of RGB (Red+Green+Blue) = 22+230+48=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 230 (90.23% from 255 or 76.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 230 - color contains mainly: green. Hex color #16E630 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16E630 is #E919CF. Grayscale: #939393. Windows color (decimal): -15276496 or 3204630. OLE color: 3204630.
HSL color Cylindrical-coordinate representation of color #16E630: hue angle of 127.5º degrees, saturation: 0.83, 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 #16E630 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 48 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.10 |
| HSL | 127.5º | 0.83% | 0.49% | - |
| HSV(B) | 127.5º | 0.9% | 0.9% | - |
| XYZ | 29.16 | 56.98 | 12.26 | - |
| YUV | 147.06 | 72.09 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 48 | 0.90 | 0 | 0.79 | 0.10 | 127.5 | 0.83 | 0.49 |
| Hex | 16 | E6 | 30 | 5A | 0 | 4F | A | 80 | 53 | 31 |
| Octal | 26 | 346 | 60 | 132 | 0 | 117 | 12 | 200 | 123 | 61 |
| Binary | 10110 | 11100110 | 110000 | 1011010 | 0 | 1001111 | 1010 | 10000000 | 1010011 | 110001 |
Color Harmonies of #16E630
Complementary color
Monochromatic Colors of #16E630
Black with #16E630
Text Example
Text Example
White with #16E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E630; }
p { color: rgb(22,230,48); }
H1.HeaderClassName
{
color: #16E630;
}
.AnyTagClassName
{
color: #16E630;
}
</style>
background-color css
<style>
a { background-color: #16E630; }
a { background-color: rgb(22,230,48); }
div.DivClassName
{
background-color: #16E630;
}
.BgClassName
{
background-color: #16E630;
}
</style>
border-color css
<style>
span { border-color: #16E630; }
span { border-color: rgb(22,230,48); }
td.TdClassName
{
border-color: #16E630;
}
.TagClassName
{
border-color: #16E630;
}
</style>