Shades of Lime #0BFA01
Tints of Lime #0BFA01
RGB
CMYK
RGB Variations
Color information
#0BFA01 (or 0x0BFA01) is known color: Lime. HEX triplet: 0B, FA and 01. RGB value is (11,250,1). Sum of RGB (Red+Green+Blue) = 11+250+1=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 250 (98.05% from 255 or 95.42% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA01 is #F405FE. Grayscale: #969696. Windows color (decimal): -15992319 or 129547. OLE color: 129547.
HSL color Cylindrical-coordinate representation of color #0BFA01: hue angle of 117.59º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BFA01 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 1 | - |
| CMYK | 0.96 | 0 | 1.00 | 0.02 |
| HSL | 117.59º | 0.99% | 0.49% | - |
| HSV(B) | 117.59º | 1% | 0.98% | - |
| XYZ | 34.33 | 68.44 | 11.43 | - |
| YUV | 150.15 | 43.82 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 1 | 0.96 | 0 | 1.00 | 0.02 | 117.59 | 0.99 | 0.49 |
| Hex | B | FA | 1 | 60 | 0 | 64 | 2 | 76 | 63 | 31 |
| Octal | 13 | 372 | 1 | 140 | 0 | 144 | 2 | 166 | 143 | 61 |
| Binary | 1011 | 11111010 | 1 | 1100000 | 0 | 1100100 | 10 | 1110110 | 1100011 | 110001 |
Color Harmonies of #0BFA01
Complementary color
Monochromatic Colors of #0BFA01
Black with #0BFA01
Text Example
Text Example
White with #0BFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA01; }
p { color: rgb(11,250,1); }
H1.HeaderClassName
{
color: #0BFA01;
}
.AnyTagClassName
{
color: #0BFA01;
}
</style>
background-color css
<style>
a { background-color: #0BFA01; }
a { background-color: rgb(11,250,1); }
div.DivClassName
{
background-color: #0BFA01;
}
.BgClassName
{
background-color: #0BFA01;
}
</style>
border-color css
<style>
span { border-color: #0BFA01; }
span { border-color: rgb(11,250,1); }
td.TdClassName
{
border-color: #0BFA01;
}
.TagClassName
{
border-color: #0BFA01;
}
</style>