Shades of Lime #0BFA00
Tints of Lime #0BFA00
RGB
CMYK
RGB Variations
Color information
#0BFA00 (or 0x0BFA00) is known color: Lime. HEX triplet: 0B, FA and 00. RGB value is (11,250,0). Sum of RGB (Red+Green+Blue) = 11+250+0=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 250 (98.05% from 255 or 95.79% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA00 is #F405FF. Grayscale: #969696. Windows color (decimal): -15992320 or 64011. OLE color: 64011.
HSL color Cylindrical-coordinate representation of color #0BFA00: hue angle of 117.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BFA00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.02 |
| HSL | 117.36º | 1% | 0.49% | - |
| HSV(B) | 117.36º | 1% | 0.98% | - |
| XYZ | 34.32 | 68.44 | 11.4 | - |
| YUV | 150.04 | 43.32 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 0 | 0.96 | 0 | 1 | 0.02 | 117.36 | 1 | 0.49 |
| Hex | B | FA | 0 | 60 | 0 | 64 | 2 | 75 | 64 | 31 |
| Octal | 13 | 372 | 0 | 140 | 0 | 144 | 2 | 165 | 144 | 61 |
| Binary | 1011 | 11111010 | 0 | 1100000 | 0 | 1100100 | 10 | 1110101 | 1100100 | 110001 |
Color Harmonies of #0BFA00
Complementary color
Monochromatic Colors of #0BFA00
Black with #0BFA00
Text Example
Text Example
White with #0BFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA00; }
p { color: rgb(11,250,0); }
H1.HeaderClassName
{
color: #0BFA00;
}
.AnyTagClassName
{
color: #0BFA00;
}
</style>
background-color css
<style>
a { background-color: #0BFA00; }
a { background-color: rgb(11,250,0); }
div.DivClassName
{
background-color: #0BFA00;
}
.BgClassName
{
background-color: #0BFA00;
}
</style>
border-color css
<style>
span { border-color: #0BFA00; }
span { border-color: rgb(11,250,0); }
td.TdClassName
{
border-color: #0BFA00;
}
.TagClassName
{
border-color: #0BFA00;
}
</style>