Shades of Lime #01FB04
Tints of Lime #01FB04
RGB
CMYK
RGB Variations
Color information
#01FB04 (or 0x01FB04) is known color: Lime. HEX triplet: 01, FB and 04. RGB value is (1,251,4). Sum of RGB (Red+Green+Blue) = 1+251+4=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 251 (98.44% from 255 or 98.05% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB04 is #FE04FB. Grayscale: #949494. Windows color (decimal): -16647420 or 326401. OLE color: 326401.
HSL color Cylindrical-coordinate representation of color #01FB04: hue angle of 120.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FB04 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 4 | - |
| CMYK | 1.00 | 0 | 0.98 | 0.02 |
| HSL | 120.72º | 0.99% | 0.49% | - |
| HSV(B) | 120.72º | 1% | 0.98% | - |
| XYZ | 34.53 | 69.01 | 11.62 | - |
| YUV | 148.09 | 46.68 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 4 | 1.00 | 0 | 0.98 | 0.02 | 120.72 | 0.99 | 0.49 |
| Hex | 1 | FB | 4 | 64 | 0 | 62 | 2 | 79 | 63 | 31 |
| Octal | 1 | 373 | 4 | 144 | 0 | 142 | 2 | 171 | 143 | 61 |
| Binary | 1 | 11111011 | 100 | 1100100 | 0 | 1100010 | 10 | 1111001 | 1100011 | 110001 |
Color Harmonies of #01FB04
Complementary color
Monochromatic Colors of #01FB04
Black with #01FB04
Text Example
Text Example
White with #01FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB04; }
p { color: rgb(1,251,4); }
H1.HeaderClassName
{
color: #01FB04;
}
.AnyTagClassName
{
color: #01FB04;
}
</style>
background-color css
<style>
a { background-color: #01FB04; }
a { background-color: rgb(1,251,4); }
div.DivClassName
{
background-color: #01FB04;
}
.BgClassName
{
background-color: #01FB04;
}
</style>
border-color css
<style>
span { border-color: #01FB04; }
span { border-color: rgb(1,251,4); }
td.TdClassName
{
border-color: #01FB04;
}
.TagClassName
{
border-color: #01FB04;
}
</style>