Shades of Lime Green #16CD2A
Tints of Lime Green #16CD2A
RGB
CMYK
RGB Variations
Color information
#16CD2A (or 0x16CD2A) is known color: Lime Green. HEX triplet: 16, CD and 2A. RGB value is (22,205,42). Sum of RGB (Red+Green+Blue) = 22+205+42=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CD2A is #E932D5. Grayscale: #848484. Windows color (decimal): -15282902 or 2805014. OLE color: 2805014.
HSL color Cylindrical-coordinate representation of color #16CD2A: hue angle of 126.56º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD2A is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 42 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.20 |
| HSL | 126.56º | 0.81% | 0.45% | - |
| HSV(B) | 126.56º | 0.89% | 0.8% | - |
| XYZ | 22.58 | 44 | 9.49 | - |
| YUV | 131.7 | 77.37 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 42 | 0.89 | 0 | 0.80 | 0.20 | 126.56 | 0.81 | 0.45 |
| Hex | 16 | CD | 2A | 59 | 0 | 50 | 14 | 7F | 51 | 2D |
| Octal | 26 | 315 | 52 | 131 | 0 | 120 | 24 | 177 | 121 | 55 |
| Binary | 10110 | 11001101 | 101010 | 1011001 | 0 | 1010000 | 10100 | 1111111 | 1010001 | 101101 |
Color Harmonies of #16CD2A
Complementary color
Monochromatic Colors of #16CD2A
Black with #16CD2A
Text Example
Text Example
White with #16CD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD2A; }
p { color: rgb(22,205,42); }
H1.HeaderClassName
{
color: #16CD2A;
}
.AnyTagClassName
{
color: #16CD2A;
}
</style>
background-color css
<style>
a { background-color: #16CD2A; }
a { background-color: rgb(22,205,42); }
div.DivClassName
{
background-color: #16CD2A;
}
.BgClassName
{
background-color: #16CD2A;
}
</style>
border-color css
<style>
span { border-color: #16CD2A; }
span { border-color: rgb(22,205,42); }
td.TdClassName
{
border-color: #16CD2A;
}
.TagClassName
{
border-color: #16CD2A;
}
</style>