Shades of Lime Green #16C21B
Tints of Lime Green #16C21B
RGB
CMYK
RGB Variations
Color information
#16C21B (or 0x16C21B) is known color: Lime Green. HEX triplet: 16, C2 and 1B. RGB value is (22,194,27). Sum of RGB (Red+Green+Blue) = 22+194+27=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #16C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C21B is #E93DE4. Grayscale: #7C7C7C. Windows color (decimal): -15285733 or 1819158. OLE color: 1819158.
HSL color Cylindrical-coordinate representation of color #16C21B: hue angle of 121.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C21B is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 27 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.24 |
| HSL | 121.74º | 0.8% | 0.42% | - |
| HSV(B) | 121.74º | 0.89% | 0.76% | - |
| XYZ | 19.82 | 38.83 | 7.49 | - |
| YUV | 123.53 | 73.52 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 27 | 0.89 | 0 | 0.86 | 0.24 | 121.74 | 0.8 | 0.42 |
| Hex | 16 | C2 | 1B | 59 | 0 | 56 | 18 | 7A | 50 | 2A |
| Octal | 26 | 302 | 33 | 131 | 0 | 126 | 30 | 172 | 120 | 52 |
| Binary | 10110 | 11000010 | 11011 | 1011001 | 0 | 1010110 | 11000 | 1111010 | 1010000 | 101010 |
Color Harmonies of #16C21B
Complementary color
Monochromatic Colors of #16C21B
Black with #16C21B
Text Example
Text Example
White with #16C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C21B; }
p { color: rgb(22,194,27); }
H1.HeaderClassName
{
color: #16C21B;
}
.AnyTagClassName
{
color: #16C21B;
}
</style>
background-color css
<style>
a { background-color: #16C21B; }
a { background-color: rgb(22,194,27); }
div.DivClassName
{
background-color: #16C21B;
}
.BgClassName
{
background-color: #16C21B;
}
</style>
border-color css
<style>
span { border-color: #16C21B; }
span { border-color: rgb(22,194,27); }
td.TdClassName
{
border-color: #16C21B;
}
.TagClassName
{
border-color: #16C21B;
}
</style>