Shades of Lime #0BF300
Tints of Lime #0BF300
RGB
CMYK
RGB Variations
Color information
#0BF300 (or 0x0BF300) is known color: Lime. HEX triplet: 0B, F3 and 00. RGB value is (11,243,0). Sum of RGB (Red+Green+Blue) = 11+243+0=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 243 (95.31% from 255 or 95.67% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF300 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF300 is #F40CFF. Grayscale: #929292. Windows color (decimal): -15994112 or 62219. OLE color: 62219.
HSL color Cylindrical-coordinate representation of color #0BF300: hue angle of 117.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BF300 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.05 |
| HSL | 117.28º | 1% | 0.48% | - |
| HSV(B) | 117.28º | 1% | 0.95% | - |
| XYZ | 32.19 | 64.17 | 10.69 | - |
| YUV | 145.93 | 45.64 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 0 | 0.95 | 0 | 1 | 0.05 | 117.28 | 1 | 0.48 |
| Hex | B | F3 | 0 | 5F | 0 | 64 | 5 | 75 | 64 | 30 |
| Octal | 13 | 363 | 0 | 137 | 0 | 144 | 5 | 165 | 144 | 60 |
| Binary | 1011 | 11110011 | 0 | 1011111 | 0 | 1100100 | 101 | 1110101 | 1100100 | 110000 |
Color Harmonies of #0BF300
Complementary color
Monochromatic Colors of #0BF300
Black with #0BF300
Text Example
Text Example
White with #0BF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF300; }
p { color: rgb(11,243,0); }
H1.HeaderClassName
{
color: #0BF300;
}
.AnyTagClassName
{
color: #0BF300;
}
</style>
background-color css
<style>
a { background-color: #0BF300; }
a { background-color: rgb(11,243,0); }
div.DivClassName
{
background-color: #0BF300;
}
.BgClassName
{
background-color: #0BF300;
}
</style>
border-color css
<style>
span { border-color: #0BF300; }
span { border-color: rgb(11,243,0); }
td.TdClassName
{
border-color: #0BF300;
}
.TagClassName
{
border-color: #0BF300;
}
</style>