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