Shades of Lime #01FA04
Tints of Lime #01FA04
RGB
CMYK
RGB Variations
Color information
#01FA04 (or 0x01FA04) is known color: Lime. HEX triplet: 01, FA and 04. RGB value is (1,250,4). Sum of RGB (Red+Green+Blue) = 1+250+4=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 250 (98.05% from 255 or 98.04% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA04 is #FE05FB. Grayscale: #949494. Windows color (decimal): -16647676 or 326145. OLE color: 326145.
HSL color Cylindrical-coordinate representation of color #01FA04: 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 #01FA04 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 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.22 | 68.39 | 11.51 | - |
| YUV | 147.51 | 47.01 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 4 | 1.00 | 0 | 0.98 | 0.02 | 120.72 | 0.99 | 0.49 |
| Hex | 1 | FA | 4 | 64 | 0 | 62 | 2 | 79 | 63 | 31 |
| Octal | 1 | 372 | 4 | 144 | 0 | 142 | 2 | 171 | 143 | 61 |
| Binary | 1 | 11111010 | 100 | 1100100 | 0 | 1100010 | 10 | 1111001 | 1100011 | 110001 |
Color Harmonies of #01FA04
Complementary color
Monochromatic Colors of #01FA04
Black with #01FA04
Text Example
Text Example
White with #01FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA04; }
p { color: rgb(1,250,4); }
H1.HeaderClassName
{
color: #01FA04;
}
.AnyTagClassName
{
color: #01FA04;
}
</style>
background-color css
<style>
a { background-color: #01FA04; }
a { background-color: rgb(1,250,4); }
div.DivClassName
{
background-color: #01FA04;
}
.BgClassName
{
background-color: #01FA04;
}
</style>
border-color css
<style>
span { border-color: #01FA04; }
span { border-color: rgb(1,250,4); }
td.TdClassName
{
border-color: #01FA04;
}
.TagClassName
{
border-color: #01FA04;
}
</style>