Shades of Lime #00FB07
Tints of Lime #00FB07
RGB
CMYK
RGB Variations
Color information
#00FB07 (or 0x00FB07) is known color: Lime. HEX triplet: 00, FB and 07. RGB value is (0,251,7). Sum of RGB (Red+Green+Blue) = 0+251+7=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 251 (98.44% from 255 or 97.29% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FB07 is #FF04F8. Grayscale: #949494. Windows color (decimal): -16712953 or 523008. OLE color: 523008.
HSL color Cylindrical-coordinate representation of color #00FB07: hue angle of 121.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FB07 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 7 | - |
| CMYK | 1 | 0 | 0.97 | 0.02 |
| HSL | 121.67º | 1% | 0.49% | - |
| HSV(B) | 121.67º | 1% | 0.98% | - |
| XYZ | 34.54 | 69.01 | 11.7 | - |
| YUV | 148.14 | 48.34 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 7 | 1 | 0 | 0.97 | 0.02 | 121.67 | 1 | 0.49 |
| Hex | 0 | FB | 7 | 64 | 0 | 61 | 2 | 7A | 64 | 31 |
| Octal | 0 | 373 | 7 | 144 | 0 | 141 | 2 | 172 | 144 | 61 |
| Binary | 0 | 11111011 | 111 | 1100100 | 0 | 1100001 | 10 | 1111010 | 1100100 | 110001 |
Color Harmonies of #00FB07
Complementary color
Monochromatic Colors of #00FB07
Black with #00FB07
Text Example
Text Example
White with #00FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB07; }
p { color: rgb(0,251,7); }
H1.HeaderClassName
{
color: #00FB07;
}
.AnyTagClassName
{
color: #00FB07;
}
</style>
background-color css
<style>
a { background-color: #00FB07; }
a { background-color: rgb(0,251,7); }
div.DivClassName
{
background-color: #00FB07;
}
.BgClassName
{
background-color: #00FB07;
}
</style>
border-color css
<style>
span { border-color: #00FB07; }
span { border-color: rgb(0,251,7); }
td.TdClassName
{
border-color: #00FB07;
}
.TagClassName
{
border-color: #00FB07;
}
</style>