Shades of Lime #0BF500
Tints of Lime #0BF500
RGB
CMYK
RGB Variations
Color information
#0BF500 (or 0x0BF500) is known color: Lime. HEX triplet: 0B, F5 and 00. RGB value is (11,245,0). Sum of RGB (Red+Green+Blue) = 11+245+0=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 245 (96.09% from 255 or 95.70% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 245 - color contains mainly: green. Hex color #0BF500 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF500 is #F40AFF. Grayscale: #939393. Windows color (decimal): -15993600 or 62731. OLE color: 62731.
HSL color Cylindrical-coordinate representation of color #0BF500: hue angle of 117.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BF500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 245 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.04 |
| HSL | 117.31º | 1% | 0.48% | - |
| HSV(B) | 117.31º | 1% | 0.96% | - |
| XYZ | 32.79 | 65.38 | 10.89 | - |
| YUV | 147.1 | 44.98 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 245 | 0 | 0.96 | 0 | 1 | 0.04 | 117.31 | 1 | 0.48 |
| Hex | B | F5 | 0 | 60 | 0 | 64 | 4 | 75 | 64 | 30 |
| Octal | 13 | 365 | 0 | 140 | 0 | 144 | 4 | 165 | 144 | 60 |
| Binary | 1011 | 11110101 | 0 | 1100000 | 0 | 1100100 | 100 | 1110101 | 1100100 | 110000 |
Color Harmonies of #0BF500
Complementary color
Monochromatic Colors of #0BF500
Black with #0BF500
Text Example
Text Example
White with #0BF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF500; }
p { color: rgb(11,245,0); }
H1.HeaderClassName
{
color: #0BF500;
}
.AnyTagClassName
{
color: #0BF500;
}
</style>
background-color css
<style>
a { background-color: #0BF500; }
a { background-color: rgb(11,245,0); }
div.DivClassName
{
background-color: #0BF500;
}
.BgClassName
{
background-color: #0BF500;
}
</style>
border-color css
<style>
span { border-color: #0BF500; }
span { border-color: rgb(11,245,0); }
td.TdClassName
{
border-color: #0BF500;
}
.TagClassName
{
border-color: #0BF500;
}
</style>