Shades of Lime #00FB02
Tints of Lime #00FB02
RGB
CMYK
RGB Variations
Color information
#00FB02 (or 0x00FB02) is known color: Lime. HEX triplet: 00, FB and 02. RGB value is (0,251,2). Sum of RGB (Red+Green+Blue) = 0+251+2=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 251 (98.44% from 255 or 99.21% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FB02 is #FF04FD. Grayscale: #949494. Windows color (decimal): -16712958 or 195328. OLE color: 195328.
HSL color Cylindrical-coordinate representation of color #00FB02: hue angle of 120.48º 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 #00FB02 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.02 |
| HSL | 120.48º | 1% | 0.49% | - |
| HSV(B) | 120.48º | 1% | 0.98% | - |
| XYZ | 34.51 | 69 | 11.56 | - |
| YUV | 147.57 | 45.84 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 2 | 1 | 0 | 0.99 | 0.02 | 120.48 | 1 | 0.49 |
| Hex | 0 | FB | 2 | 64 | 0 | 63 | 2 | 78 | 64 | 31 |
| Octal | 0 | 373 | 2 | 144 | 0 | 143 | 2 | 170 | 144 | 61 |
| Binary | 0 | 11111011 | 10 | 1100100 | 0 | 1100011 | 10 | 1111000 | 1100100 | 110001 |
Color Harmonies of #00FB02
Complementary color
Monochromatic Colors of #00FB02
Black with #00FB02
Text Example
Text Example
White with #00FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB02; }
p { color: rgb(0,251,2); }
H1.HeaderClassName
{
color: #00FB02;
}
.AnyTagClassName
{
color: #00FB02;
}
</style>
background-color css
<style>
a { background-color: #00FB02; }
a { background-color: rgb(0,251,2); }
div.DivClassName
{
background-color: #00FB02;
}
.BgClassName
{
background-color: #00FB02;
}
</style>
border-color css
<style>
span { border-color: #00FB02; }
span { border-color: rgb(0,251,2); }
td.TdClassName
{
border-color: #00FB02;
}
.TagClassName
{
border-color: #00FB02;
}
</style>