Shades of Lime #0FF100
Tints of Lime #0FF100
RGB
CMYK
RGB Variations
Color information
#0FF100 (or 0x0FF100) is known color: Lime. HEX triplet: 0F, F1 and 00. RGB value is (15,241,0). Sum of RGB (Red+Green+Blue) = 15+241+0=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 241 (94.53% from 255 or 94.14% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF100 is #F00EFF. Grayscale: #929292. Windows color (decimal): -15732480 or 61711. OLE color: 61711.
HSL color Cylindrical-coordinate representation of color #0FF100: hue angle of 116.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FF100 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.05 |
| HSL | 116.27º | 1% | 0.47% | - |
| HSV(B) | 116.27º | 1% | 0.95% | - |
| XYZ | 31.65 | 63.01 | 10.49 | - |
| YUV | 145.95 | 45.63 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 0 | 0.94 | 0 | 1 | 0.05 | 116.27 | 1 | 0.47 |
| Hex | F | F1 | 0 | 5E | 0 | 64 | 5 | 74 | 64 | 2F |
| Octal | 17 | 361 | 0 | 136 | 0 | 144 | 5 | 164 | 144 | 57 |
| Binary | 1111 | 11110001 | 0 | 1011110 | 0 | 1100100 | 101 | 1110100 | 1100100 | 101111 |
Color Harmonies of #0FF100
Complementary color
Monochromatic Colors of #0FF100
Black with #0FF100
Text Example
Text Example
White with #0FF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF100; }
p { color: rgb(15,241,0); }
H1.HeaderClassName
{
color: #0FF100;
}
.AnyTagClassName
{
color: #0FF100;
}
</style>
background-color css
<style>
a { background-color: #0FF100; }
a { background-color: rgb(15,241,0); }
div.DivClassName
{
background-color: #0FF100;
}
.BgClassName
{
background-color: #0FF100;
}
</style>
border-color css
<style>
span { border-color: #0FF100; }
span { border-color: rgb(15,241,0); }
td.TdClassName
{
border-color: #0FF100;
}
.TagClassName
{
border-color: #0FF100;
}
</style>