Shades of Lime #0BF804
Tints of Lime #0BF804
RGB
CMYK
RGB Variations
Color information
#0BF804 (or 0x0BF804) is known color: Lime. HEX triplet: 0B, F8 and 04. RGB value is (11,248,4). Sum of RGB (Red+Green+Blue) = 11+248+4=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 248 (97.27% from 255 or 94.30% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF804 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF804 is #F407FB. Grayscale: #969696. Windows color (decimal): -15992828 or 325643. OLE color: 325643.
HSL color Cylindrical-coordinate representation of color #0BF804: hue angle of 118.28º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BF804 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 248 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.03 |
| HSL | 118.28º | 0.97% | 0.49% | - |
| HSV(B) | 118.28º | 0.98% | 0.97% | - |
| XYZ | 33.73 | 67.21 | 11.31 | - |
| YUV | 149.32 | 45.98 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 4 | 0.96 | 0 | 0.98 | 0.03 | 118.28 | 0.97 | 0.49 |
| Hex | B | F8 | 4 | 60 | 0 | 62 | 3 | 76 | 61 | 31 |
| Octal | 13 | 370 | 4 | 140 | 0 | 142 | 3 | 166 | 141 | 61 |
| Binary | 1011 | 11111000 | 100 | 1100000 | 0 | 1100010 | 11 | 1110110 | 1100001 | 110001 |
Color Harmonies of #0BF804
Complementary color
Monochromatic Colors of #0BF804
Black with #0BF804
Text Example
Text Example
White with #0BF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF804; }
p { color: rgb(11,248,4); }
H1.HeaderClassName
{
color: #0BF804;
}
.AnyTagClassName
{
color: #0BF804;
}
</style>
background-color css
<style>
a { background-color: #0BF804; }
a { background-color: rgb(11,248,4); }
div.DivClassName
{
background-color: #0BF804;
}
.BgClassName
{
background-color: #0BF804;
}
</style>
border-color css
<style>
span { border-color: #0BF804; }
span { border-color: rgb(11,248,4); }
td.TdClassName
{
border-color: #0BF804;
}
.TagClassName
{
border-color: #0BF804;
}
</style>