Shades of Lime Green #16C024
Tints of Lime Green #16C024
RGB
CMYK
RGB Variations
Color information
#16C024 (or 0x16C024) is known color: Lime Green. HEX triplet: 16, C0 and 24. RGB value is (22,192,36). Sum of RGB (Red+Green+Blue) = 22+192+36=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #16C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C024 is #E93FDB. Grayscale: #7B7B7B. Windows color (decimal): -15286236 or 2408470. OLE color: 2408470.
HSL color Cylindrical-coordinate representation of color #16C024: hue angle of 124.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C024 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 36 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.25 |
| HSL | 124.94º | 0.79% | 0.42% | - |
| HSV(B) | 124.94º | 0.89% | 0.75% | - |
| XYZ | 19.5 | 38 | 7.98 | - |
| YUV | 123.39 | 78.68 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 36 | 0.89 | 0 | 0.81 | 0.25 | 124.94 | 0.79 | 0.42 |
| Hex | 16 | C0 | 24 | 59 | 0 | 51 | 19 | 7D | 4F | 2A |
| Octal | 26 | 300 | 44 | 131 | 0 | 121 | 31 | 175 | 117 | 52 |
| Binary | 10110 | 11000000 | 100100 | 1011001 | 0 | 1010001 | 11001 | 1111101 | 1001111 | 101010 |
Color Harmonies of #16C024
Complementary color
Monochromatic Colors of #16C024
Black with #16C024
Text Example
Text Example
White with #16C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C024; }
p { color: rgb(22,192,36); }
H1.HeaderClassName
{
color: #16C024;
}
.AnyTagClassName
{
color: #16C024;
}
</style>
background-color css
<style>
a { background-color: #16C024; }
a { background-color: rgb(22,192,36); }
div.DivClassName
{
background-color: #16C024;
}
.BgClassName
{
background-color: #16C024;
}
</style>
border-color css
<style>
span { border-color: #16C024; }
span { border-color: rgb(22,192,36); }
td.TdClassName
{
border-color: #16C024;
}
.TagClassName
{
border-color: #16C024;
}
</style>