Shades of Lime Green #16CA1D
Tints of Lime Green #16CA1D
RGB
CMYK
RGB Variations
Color information
#16CA1D (or 0x16CA1D) is known color: Lime Green. HEX triplet: 16, CA and 1D. RGB value is (22,202,29). Sum of RGB (Red+Green+Blue) = 22+202+29=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA1D is #E935E2. Grayscale: #808080. Windows color (decimal): -15283683 or 1952278. OLE color: 1952278.
HSL color Cylindrical-coordinate representation of color #16CA1D: hue angle of 122.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA1D is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 29 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.21 |
| HSL | 122.33º | 0.8% | 0.44% | - |
| HSV(B) | 122.33º | 0.89% | 0.79% | - |
| XYZ | 21.67 | 42.5 | 8.22 | - |
| YUV | 128.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 29 | 0.89 | 0 | 0.86 | 0.21 | 122.33 | 0.8 | 0.44 |
| Hex | 16 | CA | 1D | 59 | 0 | 56 | 15 | 7A | 50 | 2C |
| Octal | 26 | 312 | 35 | 131 | 0 | 126 | 25 | 172 | 120 | 54 |
| Binary | 10110 | 11001010 | 11101 | 1011001 | 0 | 1010110 | 10101 | 1111010 | 1010000 | 101100 |
Color Harmonies of #16CA1D
Complementary color
Monochromatic Colors of #16CA1D
Black with #16CA1D
Text Example
Text Example
White with #16CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA1D; }
p { color: rgb(22,202,29); }
H1.HeaderClassName
{
color: #16CA1D;
}
.AnyTagClassName
{
color: #16CA1D;
}
</style>
background-color css
<style>
a { background-color: #16CA1D; }
a { background-color: rgb(22,202,29); }
div.DivClassName
{
background-color: #16CA1D;
}
.BgClassName
{
background-color: #16CA1D;
}
</style>
border-color css
<style>
span { border-color: #16CA1D; }
span { border-color: rgb(22,202,29); }
td.TdClassName
{
border-color: #16CA1D;
}
.TagClassName
{
border-color: #16CA1D;
}
</style>