Shades of Lime #00FF0B
Tints of Lime #00FF0B
RGB
CMYK
RGB Variations
Color information
#00FF0B (or 0x00FF0B) is known color: Lime. HEX triplet: 00, FF and 0B. RGB value is (0,255,11). Sum of RGB (Red+Green+Blue) = 0+255+11=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 255 (100% from 255 or 95.86% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FF0B is #FF00F4. Grayscale: #979797. Windows color (decimal): -16711925 or 786176. OLE color: 786176.
HSL color Cylindrical-coordinate representation of color #00FF0B: hue angle of 122.59º 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 #00FF0B is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 11 | - |
| CMYK | 1 | 0 | 0.96 | 0 |
| HSL | 122.59º | 1% | 0.5% | - |
| HSV(B) | 122.59º | 1% | 1% | - |
| XYZ | 35.82 | 71.54 | 12.24 | - |
| YUV | 150.94 | 49.02 | 20.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 11 | 1 | 0 | 0.96 | 0 | 122.59 | 1 | 0.5 |
| Hex | 0 | FF | B | 64 | 0 | 60 | 0 | 7B | 64 | 32 |
| Octal | 0 | 377 | 13 | 144 | 0 | 140 | 0 | 173 | 144 | 62 |
| Binary | 0 | 11111111 | 1011 | 1100100 | 0 | 1100000 | 0 | 1111011 | 1100100 | 110010 |
Color Harmonies of #00FF0B
Complementary color
Monochromatic Colors of #00FF0B
Black with #00FF0B
Text Example
Text Example
White with #00FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF0B; }
p { color: rgb(0,255,11); }
H1.HeaderClassName
{
color: #00FF0B;
}
.AnyTagClassName
{
color: #00FF0B;
}
</style>
background-color css
<style>
a { background-color: #00FF0B; }
a { background-color: rgb(0,255,11); }
div.DivClassName
{
background-color: #00FF0B;
}
.BgClassName
{
background-color: #00FF0B;
}
</style>
border-color css
<style>
span { border-color: #00FF0B; }
span { border-color: rgb(0,255,11); }
td.TdClassName
{
border-color: #00FF0B;
}
.TagClassName
{
border-color: #00FF0B;
}
</style>