Shades of Lime #04FA04
Tints of Lime #04FA04
RGB
CMYK
RGB Variations
Color information
#04FA04 (or 0x04FA04) is known color: Lime. HEX triplet: 04, FA and 04. RGB value is (4,250,4). Sum of RGB (Red+Green+Blue) = 4+250+4=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 250 (98.05% from 255 or 96.90% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA04 is #FB05FB. Grayscale: #959595. Windows color (decimal): -16451068 or 326148. OLE color: 326148.
HSL color Cylindrical-coordinate representation of color #04FA04: hue angle of 120º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA04 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.02 |
| HSL | 120º | 0.97% | 0.5% | - |
| HSV(B) | 120º | 0.98% | 0.98% | - |
| XYZ | 34.26 | 68.41 | 11.51 | - |
| YUV | 148.4 | 46.5 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 4 | 0.98 | 0 | 0.98 | 0.02 | 120 | 0.97 | 0.5 |
| Hex | 4 | FA | 4 | 62 | 0 | 62 | 2 | 78 | 61 | 32 |
| Octal | 4 | 372 | 4 | 142 | 0 | 142 | 2 | 170 | 141 | 62 |
| Binary | 100 | 11111010 | 100 | 1100010 | 0 | 1100010 | 10 | 1111000 | 1100001 | 110010 |
Color Harmonies of #04FA04
Complementary color
Monochromatic Colors of #04FA04
Black with #04FA04
Text Example
Text Example
White with #04FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA04; }
p { color: rgb(4,250,4); }
H1.HeaderClassName
{
color: #04FA04;
}
.AnyTagClassName
{
color: #04FA04;
}
</style>
background-color css
<style>
a { background-color: #04FA04; }
a { background-color: rgb(4,250,4); }
div.DivClassName
{
background-color: #04FA04;
}
.BgClassName
{
background-color: #04FA04;
}
</style>
border-color css
<style>
span { border-color: #04FA04; }
span { border-color: rgb(4,250,4); }
td.TdClassName
{
border-color: #04FA04;
}
.TagClassName
{
border-color: #04FA04;
}
</style>