Shades of Lime #0BFD02
Tints of Lime #0BFD02
RGB
CMYK
RGB Variations
Color information
#0BFD02 (or 0x0BFD02) is known color: Lime. HEX triplet: 0B, FD and 02. RGB value is (11,253,2). Sum of RGB (Red+Green+Blue) = 11+253+2=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 253 (99.22% from 255 or 95.11% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFD02 is #F402FD. Grayscale: #989898. Windows color (decimal): -15991550 or 195851. OLE color: 195851.
HSL color Cylindrical-coordinate representation of color #0BFD02: hue angle of 117.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BFD02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.01 |
| HSL | 117.85º | 0.98% | 0.5% | - |
| HSV(B) | 117.85º | 0.99% | 0.99% | - |
| XYZ | 35.27 | 70.33 | 11.77 | - |
| YUV | 152.03 | 43.33 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 2 | 0.96 | 0 | 0.99 | 0.01 | 117.85 | 0.98 | 0.5 |
| Hex | B | FD | 2 | 60 | 0 | 63 | 1 | 76 | 62 | 32 |
| Octal | 13 | 375 | 2 | 140 | 0 | 143 | 1 | 166 | 142 | 62 |
| Binary | 1011 | 11111101 | 10 | 1100000 | 0 | 1100011 | 1 | 1110110 | 1100010 | 110010 |
Color Harmonies of #0BFD02
Complementary color
Monochromatic Colors of #0BFD02
Black with #0BFD02
Text Example
Text Example
White with #0BFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFD02; }
p { color: rgb(11,253,2); }
H1.HeaderClassName
{
color: #0BFD02;
}
.AnyTagClassName
{
color: #0BFD02;
}
</style>
background-color css
<style>
a { background-color: #0BFD02; }
a { background-color: rgb(11,253,2); }
div.DivClassName
{
background-color: #0BFD02;
}
.BgClassName
{
background-color: #0BFD02;
}
</style>
border-color css
<style>
span { border-color: #0BFD02; }
span { border-color: rgb(11,253,2); }
td.TdClassName
{
border-color: #0BFD02;
}
.TagClassName
{
border-color: #0BFD02;
}
</style>