Shades of Lime #0BF200
Tints of Lime #0BF200
RGB
CMYK
RGB Variations
Color information
#0BF200 (or 0x0BF200) is known color: Lime. HEX triplet: 0B, F2 and 00. RGB value is (11,242,0). Sum of RGB (Red+Green+Blue) = 11+242+0=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 242 (94.92% from 255 or 95.65% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF200 is #F40DFF. Grayscale: #929292. Windows color (decimal): -15994368 or 61963. OLE color: 61963.
HSL color Cylindrical-coordinate representation of color #0BF200: hue angle of 117.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BF200 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.05 |
| HSL | 117.27º | 1% | 0.47% | - |
| HSV(B) | 117.27º | 1% | 0.95% | - |
| XYZ | 31.89 | 63.58 | 10.59 | - |
| YUV | 145.34 | 45.97 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 0 | 0.95 | 0 | 1 | 0.05 | 117.27 | 1 | 0.47 |
| Hex | B | F2 | 0 | 5F | 0 | 64 | 5 | 75 | 64 | 2F |
| Octal | 13 | 362 | 0 | 137 | 0 | 144 | 5 | 165 | 144 | 57 |
| Binary | 1011 | 11110010 | 0 | 1011111 | 0 | 1100100 | 101 | 1110101 | 1100100 | 101111 |
Color Harmonies of #0BF200
Complementary color
Monochromatic Colors of #0BF200
Black with #0BF200
Text Example
Text Example
White with #0BF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF200; }
p { color: rgb(11,242,0); }
H1.HeaderClassName
{
color: #0BF200;
}
.AnyTagClassName
{
color: #0BF200;
}
</style>
background-color css
<style>
a { background-color: #0BF200; }
a { background-color: rgb(11,242,0); }
div.DivClassName
{
background-color: #0BF200;
}
.BgClassName
{
background-color: #0BF200;
}
</style>
border-color css
<style>
span { border-color: #0BF200; }
span { border-color: rgb(11,242,0); }
td.TdClassName
{
border-color: #0BF200;
}
.TagClassName
{
border-color: #0BF200;
}
</style>