Shades of Lime Green #16D42D
Tints of Lime Green #16D42D
RGB
CMYK
RGB Variations
Color information
#16D42D (or 0x16D42D) is known color: Lime Green. HEX triplet: 16, D4 and 2D. RGB value is (22,212,45). Sum of RGB (Red+Green+Blue) = 22+212+45=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 212 (83.20% from 255 or 75.99% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 212 - color contains mainly: green. Hex color #16D42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D42D is #E92BD2. Grayscale: #888888. Windows color (decimal): -15281107 or 3003414. OLE color: 3003414.
HSL color Cylindrical-coordinate representation of color #16D42D: hue angle of 127.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D42D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 212 | 45 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.17 |
| HSL | 127.26º | 0.81% | 0.46% | - |
| HSV(B) | 127.26º | 0.9% | 0.83% | - |
| XYZ | 24.35 | 47.45 | 10.36 | - |
| YUV | 136.15 | 76.55 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 45 | 0.90 | 0 | 0.79 | 0.17 | 127.26 | 0.81 | 0.46 |
| Hex | 16 | D4 | 2D | 5A | 0 | 4F | 11 | 7F | 51 | 2E |
| Octal | 26 | 324 | 55 | 132 | 0 | 117 | 21 | 177 | 121 | 56 |
| Binary | 10110 | 11010100 | 101101 | 1011010 | 0 | 1001111 | 10001 | 1111111 | 1010001 | 101110 |
Color Harmonies of #16D42D
Complementary color
Monochromatic Colors of #16D42D
Black with #16D42D
Text Example
Text Example
White with #16D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D42D; }
p { color: rgb(22,212,45); }
H1.HeaderClassName
{
color: #16D42D;
}
.AnyTagClassName
{
color: #16D42D;
}
</style>
background-color css
<style>
a { background-color: #16D42D; }
a { background-color: rgb(22,212,45); }
div.DivClassName
{
background-color: #16D42D;
}
.BgClassName
{
background-color: #16D42D;
}
</style>
border-color css
<style>
span { border-color: #16D42D; }
span { border-color: rgb(22,212,45); }
td.TdClassName
{
border-color: #16D42D;
}
.TagClassName
{
border-color: #16D42D;
}
</style>