Shades of Lime #0EFC00
Tints of Lime #0EFC00
RGB
CMYK
RGB Variations
Color information
#0EFC00 (or 0x0EFC00) is known color: Lime. HEX triplet: 0E, FC and 00. RGB value is (14,252,0). Sum of RGB (Red+Green+Blue) = 14+252+0=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 252 (98.83% from 255 or 94.74% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFC00 is #F103FF. Grayscale: #989898. Windows color (decimal): -15795200 or 64526. OLE color: 64526.
HSL color Cylindrical-coordinate representation of color #0EFC00: hue angle of 116.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EFC00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.01 |
| HSL | 116.67º | 1% | 0.49% | - |
| HSV(B) | 116.67º | 1% | 0.99% | - |
| XYZ | 34.99 | 69.71 | 11.61 | - |
| YUV | 152.11 | 42.15 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 0 | 0.94 | 0 | 1 | 0.01 | 116.67 | 1 | 0.49 |
| Hex | E | FC | 0 | 5E | 0 | 64 | 1 | 75 | 64 | 31 |
| Octal | 16 | 374 | 0 | 136 | 0 | 144 | 1 | 165 | 144 | 61 |
| Binary | 1110 | 11111100 | 0 | 1011110 | 0 | 1100100 | 1 | 1110101 | 1100100 | 110001 |
Color Harmonies of #0EFC00
Complementary color
Monochromatic Colors of #0EFC00
Black with #0EFC00
Text Example
Text Example
White with #0EFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC00; }
p { color: rgb(14,252,0); }
H1.HeaderClassName
{
color: #0EFC00;
}
.AnyTagClassName
{
color: #0EFC00;
}
</style>
background-color css
<style>
a { background-color: #0EFC00; }
a { background-color: rgb(14,252,0); }
div.DivClassName
{
background-color: #0EFC00;
}
.BgClassName
{
background-color: #0EFC00;
}
</style>
border-color css
<style>
span { border-color: #0EFC00; }
span { border-color: rgb(14,252,0); }
td.TdClassName
{
border-color: #0EFC00;
}
.TagClassName
{
border-color: #0EFC00;
}
</style>