Shades of Lime #0BEE00
Tints of Lime #0BEE00
RGB
CMYK
RGB Variations
Color information
#0BEE00 (or 0x0BEE00) is known color: Lime. HEX triplet: 0B, EE and 00. RGB value is (11,238,0). Sum of RGB (Red+Green+Blue) = 11+238+0=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 238 (93.36% from 255 or 95.58% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEE00 is #F411FF. Grayscale: #8F8F8F. Windows color (decimal): -15995392 or 60939. OLE color: 60939.
HSL color Cylindrical-coordinate representation of color #0BEE00: hue angle of 117.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BEE00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.07 |
| HSL | 117.23º | 1% | 0.47% | - |
| HSV(B) | 117.23º | 1% | 0.93% | - |
| XYZ | 30.71 | 61.22 | 10.2 | - |
| YUV | 143 | 47.29 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 0 | 0.95 | 0 | 1 | 0.07 | 117.23 | 1 | 0.47 |
| Hex | B | EE | 0 | 5F | 0 | 64 | 7 | 75 | 64 | 2F |
| Octal | 13 | 356 | 0 | 137 | 0 | 144 | 7 | 165 | 144 | 57 |
| Binary | 1011 | 11101110 | 0 | 1011111 | 0 | 1100100 | 111 | 1110101 | 1100100 | 101111 |
Color Harmonies of #0BEE00
Complementary color
Monochromatic Colors of #0BEE00
Black with #0BEE00
Text Example
Text Example
White with #0BEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEE00; }
p { color: rgb(11,238,0); }
H1.HeaderClassName
{
color: #0BEE00;
}
.AnyTagClassName
{
color: #0BEE00;
}
</style>
background-color css
<style>
a { background-color: #0BEE00; }
a { background-color: rgb(11,238,0); }
div.DivClassName
{
background-color: #0BEE00;
}
.BgClassName
{
background-color: #0BEE00;
}
</style>
border-color css
<style>
span { border-color: #0BEE00; }
span { border-color: rgb(11,238,0); }
td.TdClassName
{
border-color: #0BEE00;
}
.TagClassName
{
border-color: #0BEE00;
}
</style>