Shades of Lime #0BFD05
Tints of Lime #0BFD05
RGB
CMYK
RGB Variations
Color information
#0BFD05 (or 0x0BFD05) is known color: Lime. HEX triplet: 0B, FD and 05. RGB value is (11,253,5). Sum of RGB (Red+Green+Blue) = 11+253+5=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 253 (99.22% from 255 or 94.05% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFD05 is #F402FA. Grayscale: #999999. Windows color (decimal): -15991547 or 392459. OLE color: 392459.
HSL color Cylindrical-coordinate representation of color #0BFD05: hue angle of 118.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BFD05 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 5 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.01 |
| HSL | 118.55º | 0.98% | 0.51% | - |
| HSV(B) | 118.55º | 0.98% | 0.99% | - |
| XYZ | 35.29 | 70.33 | 11.86 | - |
| YUV | 152.37 | 44.83 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 5 | 0.96 | 0 | 0.98 | 0.01 | 118.55 | 0.98 | 0.51 |
| Hex | B | FD | 5 | 60 | 0 | 62 | 1 | 77 | 62 | 33 |
| Octal | 13 | 375 | 5 | 140 | 0 | 142 | 1 | 167 | 142 | 63 |
| Binary | 1011 | 11111101 | 101 | 1100000 | 0 | 1100010 | 1 | 1110111 | 1100010 | 110011 |
Color Harmonies of #0BFD05
Complementary color
Monochromatic Colors of #0BFD05
Black with #0BFD05
Text Example
Text Example
White with #0BFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFD05; }
p { color: rgb(11,253,5); }
H1.HeaderClassName
{
color: #0BFD05;
}
.AnyTagClassName
{
color: #0BFD05;
}
</style>
background-color css
<style>
a { background-color: #0BFD05; }
a { background-color: rgb(11,253,5); }
div.DivClassName
{
background-color: #0BFD05;
}
.BgClassName
{
background-color: #0BFD05;
}
</style>
border-color css
<style>
span { border-color: #0BFD05; }
span { border-color: rgb(11,253,5); }
td.TdClassName
{
border-color: #0BFD05;
}
.TagClassName
{
border-color: #0BFD05;
}
</style>