Shades of Lime #0FFB02
Tints of Lime #0FFB02
RGB
CMYK
RGB Variations
Color information
#0FFB02 (or 0x0FFB02) is known color: Lime. HEX triplet: 0F, FB and 02. RGB value is (15,251,2). Sum of RGB (Red+Green+Blue) = 15+251+2=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 251 (98.44% from 255 or 93.66% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB02 is #F004FD. Grayscale: #989898. Windows color (decimal): -15729918 or 195343. OLE color: 195343.
HSL color Cylindrical-coordinate representation of color #0FFB02: hue angle of 116.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FFB02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.02 |
| HSL | 116.87º | 0.98% | 0.5% | - |
| HSV(B) | 116.87º | 0.99% | 0.98% | - |
| XYZ | 34.71 | 69.1 | 11.57 | - |
| YUV | 152.05 | 43.31 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 2 | 0.94 | 0 | 0.99 | 0.02 | 116.87 | 0.98 | 0.5 |
| Hex | F | FB | 2 | 5E | 0 | 63 | 2 | 75 | 62 | 32 |
| Octal | 17 | 373 | 2 | 136 | 0 | 143 | 2 | 165 | 142 | 62 |
| Binary | 1111 | 11111011 | 10 | 1011110 | 0 | 1100011 | 10 | 1110101 | 1100010 | 110010 |
Color Harmonies of #0FFB02
Complementary color
Monochromatic Colors of #0FFB02
Black with #0FFB02
Text Example
Text Example
White with #0FFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB02; }
p { color: rgb(15,251,2); }
H1.HeaderClassName
{
color: #0FFB02;
}
.AnyTagClassName
{
color: #0FFB02;
}
</style>
background-color css
<style>
a { background-color: #0FFB02; }
a { background-color: rgb(15,251,2); }
div.DivClassName
{
background-color: #0FFB02;
}
.BgClassName
{
background-color: #0FFB02;
}
</style>
border-color css
<style>
span { border-color: #0FFB02; }
span { border-color: rgb(15,251,2); }
td.TdClassName
{
border-color: #0FFB02;
}
.TagClassName
{
border-color: #0FFB02;
}
</style>