Shades of Lime #04F001
Tints of Lime #04F001
RGB
CMYK
RGB Variations
Color information
#04F001 (or 0x04F001) is known color: Lime. HEX triplet: 04, F0 and 01. RGB value is (4,240,1). Sum of RGB (Red+Green+Blue) = 4+240+1=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 240 (94.14% from 255 or 97.96% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 240 - color contains mainly: green. Hex color #04F001 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F001 is #FB0FFE. Grayscale: #8E8E8E. Windows color (decimal): -16453631 or 126980. OLE color: 126980.
HSL color Cylindrical-coordinate representation of color #04F001: hue angle of 119.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04F001 is Cyan = 0.98, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 1 | - |
| CMYK | 0.98 | 0 | 1.00 | 0.06 |
| HSL | 119.25º | 0.99% | 0.47% | - |
| HSV(B) | 119.25º | 1% | 0.94% | - |
| XYZ | 31.22 | 62.35 | 10.42 | - |
| YUV | 142.19 | 48.31 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 1 | 0.98 | 0 | 1.00 | 0.06 | 119.25 | 0.99 | 0.47 |
| Hex | 4 | F0 | 1 | 62 | 0 | 64 | 6 | 77 | 63 | 2F |
| Octal | 4 | 360 | 1 | 142 | 0 | 144 | 6 | 167 | 143 | 57 |
| Binary | 100 | 11110000 | 1 | 1100010 | 0 | 1100100 | 110 | 1110111 | 1100011 | 101111 |
Color Harmonies of #04F001
Complementary color
Monochromatic Colors of #04F001
Black with #04F001
Text Example
Text Example
White with #04F001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F001; }
p { color: rgb(4,240,1); }
H1.HeaderClassName
{
color: #04F001;
}
.AnyTagClassName
{
color: #04F001;
}
</style>
background-color css
<style>
a { background-color: #04F001; }
a { background-color: rgb(4,240,1); }
div.DivClassName
{
background-color: #04F001;
}
.BgClassName
{
background-color: #04F001;
}
</style>
border-color css
<style>
span { border-color: #04F001; }
span { border-color: rgb(4,240,1); }
td.TdClassName
{
border-color: #04F001;
}
.TagClassName
{
border-color: #04F001;
}
</style>