Shades of Lime #0BF703
Tints of Lime #0BF703
RGB
CMYK
RGB Variations
Color information
#0BF703 (or 0x0BF703) is known color: Lime. HEX triplet: 0B, F7 and 03. RGB value is (11,247,3). Sum of RGB (Red+Green+Blue) = 11+247+3=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 247 (96.88% from 255 or 94.64% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF703 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF703 is #F408FC. Grayscale: #959595. Windows color (decimal): -15993085 or 259851. OLE color: 259851.
HSL color Cylindrical-coordinate representation of color #0BF703: hue angle of 118.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BF703 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.03 |
| HSL | 118.03º | 0.98% | 0.49% | - |
| HSV(B) | 118.03º | 0.99% | 0.97% | - |
| XYZ | 33.42 | 66.6 | 11.18 | - |
| YUV | 148.62 | 45.81 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 3 | 0.96 | 0 | 0.99 | 0.03 | 118.03 | 0.98 | 0.49 |
| Hex | B | F7 | 3 | 60 | 0 | 63 | 3 | 76 | 62 | 31 |
| Octal | 13 | 367 | 3 | 140 | 0 | 143 | 3 | 166 | 142 | 61 |
| Binary | 1011 | 11110111 | 11 | 1100000 | 0 | 1100011 | 11 | 1110110 | 1100010 | 110001 |
Color Harmonies of #0BF703
Complementary color
Monochromatic Colors of #0BF703
Black with #0BF703
Text Example
Text Example
White with #0BF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF703; }
p { color: rgb(11,247,3); }
H1.HeaderClassName
{
color: #0BF703;
}
.AnyTagClassName
{
color: #0BF703;
}
</style>
background-color css
<style>
a { background-color: #0BF703; }
a { background-color: rgb(11,247,3); }
div.DivClassName
{
background-color: #0BF703;
}
.BgClassName
{
background-color: #0BF703;
}
</style>
border-color css
<style>
span { border-color: #0BF703; }
span { border-color: rgb(11,247,3); }
td.TdClassName
{
border-color: #0BF703;
}
.TagClassName
{
border-color: #0BF703;
}
</style>