Shades of Lime #0FFE00
Tints of Lime #0FFE00
RGB
CMYK
RGB Variations
Color information
#0FFE00 (or 0x0FFE00) is known color: Lime. HEX triplet: 0F, FE and 00. RGB value is (15,254,0). Sum of RGB (Red+Green+Blue) = 15+254+0=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 254 (99.61% from 255 or 94.42% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFE00 is #F001FF. Grayscale: #9A9A9A. Windows color (decimal): -15729152 or 65039. OLE color: 65039.
HSL color Cylindrical-coordinate representation of color #0FFE00: hue angle of 116.46º 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 #0FFE00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.00 |
| HSL | 116.46º | 1% | 0.5% | - |
| HSV(B) | 116.46º | 1% | 1% | - |
| XYZ | 35.64 | 70.99 | 11.82 | - |
| YUV | 153.58 | 41.32 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 0 | 0.94 | 0 | 1 | 0.00 | 116.46 | 1 | 0.5 |
| Hex | F | FE | 0 | 5E | 0 | 64 | 0 | 74 | 64 | 32 |
| Octal | 17 | 376 | 0 | 136 | 0 | 144 | 0 | 164 | 144 | 62 |
| Binary | 1111 | 11111110 | 0 | 1011110 | 0 | 1100100 | 0 | 1110100 | 1100100 | 110010 |
Color Harmonies of #0FFE00
Complementary color
Monochromatic Colors of #0FFE00
Black with #0FFE00
Text Example
Text Example
White with #0FFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE00; }
p { color: rgb(15,254,0); }
H1.HeaderClassName
{
color: #0FFE00;
}
.AnyTagClassName
{
color: #0FFE00;
}
</style>
background-color css
<style>
a { background-color: #0FFE00; }
a { background-color: rgb(15,254,0); }
div.DivClassName
{
background-color: #0FFE00;
}
.BgClassName
{
background-color: #0FFE00;
}
</style>
border-color css
<style>
span { border-color: #0FFE00; }
span { border-color: rgb(15,254,0); }
td.TdClassName
{
border-color: #0FFE00;
}
.TagClassName
{
border-color: #0FFE00;
}
</style>