Shades of Lime Green #16CA1E
Tints of Lime Green #16CA1E
RGB
CMYK
RGB Variations
Color information
#16CA1E (or 0x16CA1E) is known color: Lime Green. HEX triplet: 16, CA and 1E. RGB value is (22,202,30). Sum of RGB (Red+Green+Blue) = 22+202+30=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA1E is #E935E1. Grayscale: #818181. Windows color (decimal): -15283682 or 2017814. OLE color: 2017814.
HSL color Cylindrical-coordinate representation of color #16CA1E: hue angle of 122.67º 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 #16CA1E is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 30 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.21 |
| HSL | 122.67º | 0.8% | 0.44% | - |
| HSV(B) | 122.67º | 0.89% | 0.79% | - |
| XYZ | 21.69 | 42.51 | 8.29 | - |
| YUV | 128.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 30 | 0.89 | 0 | 0.85 | 0.21 | 122.67 | 0.8 | 0.44 |
| Hex | 16 | CA | 1E | 59 | 0 | 55 | 15 | 7B | 50 | 2C |
| Octal | 26 | 312 | 36 | 131 | 0 | 125 | 25 | 173 | 120 | 54 |
| Binary | 10110 | 11001010 | 11110 | 1011001 | 0 | 1010101 | 10101 | 1111011 | 1010000 | 101100 |
Color Harmonies of #16CA1E
Complementary color
Monochromatic Colors of #16CA1E
Black with #16CA1E
Text Example
Text Example
White with #16CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA1E; }
p { color: rgb(22,202,30); }
H1.HeaderClassName
{
color: #16CA1E;
}
.AnyTagClassName
{
color: #16CA1E;
}
</style>
background-color css
<style>
a { background-color: #16CA1E; }
a { background-color: rgb(22,202,30); }
div.DivClassName
{
background-color: #16CA1E;
}
.BgClassName
{
background-color: #16CA1E;
}
</style>
border-color css
<style>
span { border-color: #16CA1E; }
span { border-color: rgb(22,202,30); }
td.TdClassName
{
border-color: #16CA1E;
}
.TagClassName
{
border-color: #16CA1E;
}
</style>