Shades of Lime #16FE01
Tints of Lime #16FE01
RGB
CMYK
RGB Variations
Color information
#16FE01 (or 0x16FE01) is known color: Lime. HEX triplet: 16, FE and 01. RGB value is (22,254,1). Sum of RGB (Red+Green+Blue) = 22+254+1=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #16FE01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FE01 is #E901FE. Grayscale: #9C9C9C. Windows color (decimal): -15270399 or 130582. OLE color: 130582.
HSL color Cylindrical-coordinate representation of color #16FE01: hue angle of 115.02º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16FE01 is Cyan = 0.91, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 1 | - |
| CMYK | 0.91 | 0 | 1.00 | 0.00 |
| HSL | 115.02º | 0.99% | 0.5% | - |
| HSV(B) | 115.02º | 1% | 1% | - |
| XYZ | 35.78 | 71.06 | 11.86 | - |
| YUV | 155.79 | 40.64 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 1 | 0.91 | 0 | 1.00 | 0.00 | 115.02 | 0.99 | 0.5 |
| Hex | 16 | FE | 1 | 5B | 0 | 64 | 0 | 73 | 63 | 32 |
| Octal | 26 | 376 | 1 | 133 | 0 | 144 | 0 | 163 | 143 | 62 |
| Binary | 10110 | 11111110 | 1 | 1011011 | 0 | 1100100 | 0 | 1110011 | 1100011 | 110010 |
Color Harmonies of #16FE01
Complementary color
Monochromatic Colors of #16FE01
Black with #16FE01
Text Example
Text Example
White with #16FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FE01; }
p { color: rgb(22,254,1); }
H1.HeaderClassName
{
color: #16FE01;
}
.AnyTagClassName
{
color: #16FE01;
}
</style>
background-color css
<style>
a { background-color: #16FE01; }
a { background-color: rgb(22,254,1); }
div.DivClassName
{
background-color: #16FE01;
}
.BgClassName
{
background-color: #16FE01;
}
</style>
border-color css
<style>
span { border-color: #16FE01; }
span { border-color: rgb(22,254,1); }
td.TdClassName
{
border-color: #16FE01;
}
.TagClassName
{
border-color: #16FE01;
}
</style>