Shades of Lime #14FE00
Tints of Lime #14FE00
RGB
CMYK
RGB Variations
Color information
#14FE00 (or 0x14FE00) is known color: Lime. HEX triplet: 14, FE and 00. RGB value is (20,254,0). Sum of RGB (Red+Green+Blue) = 20+254+0=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 254 (99.61% from 255 or 92.70% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14FE00 is #EB01FF. Grayscale: #9B9B9B. Windows color (decimal): -15401472 or 65044. OLE color: 65044.
HSL color Cylindrical-coordinate representation of color #14FE00: hue angle of 115.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14FE00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.00 |
| HSL | 115.28º | 1% | 0.5% | - |
| HSV(B) | 115.28º | 1% | 1% | - |
| XYZ | 35.73 | 71.03 | 11.83 | - |
| YUV | 155.08 | 40.48 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 0 | 0.92 | 0 | 1 | 0.00 | 115.28 | 1 | 0.5 |
| Hex | 14 | FE | 0 | 5C | 0 | 64 | 0 | 73 | 64 | 32 |
| Octal | 24 | 376 | 0 | 134 | 0 | 144 | 0 | 163 | 144 | 62 |
| Binary | 10100 | 11111110 | 0 | 1011100 | 0 | 1100100 | 0 | 1110011 | 1100100 | 110010 |
Color Harmonies of #14FE00
Complementary color
Monochromatic Colors of #14FE00
Black with #14FE00
Text Example
Text Example
White with #14FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE00; }
p { color: rgb(20,254,0); }
H1.HeaderClassName
{
color: #14FE00;
}
.AnyTagClassName
{
color: #14FE00;
}
</style>
background-color css
<style>
a { background-color: #14FE00; }
a { background-color: rgb(20,254,0); }
div.DivClassName
{
background-color: #14FE00;
}
.BgClassName
{
background-color: #14FE00;
}
</style>
border-color css
<style>
span { border-color: #14FE00; }
span { border-color: rgb(20,254,0); }
td.TdClassName
{
border-color: #14FE00;
}
.TagClassName
{
border-color: #14FE00;
}
</style>