Shades of Lime #04FA03
Tints of Lime #04FA03
RGB
CMYK
RGB Variations
Color information
#04FA03 (or 0x04FA03) is known color: Lime. HEX triplet: 04, FA and 03. RGB value is (4,250,3). Sum of RGB (Red+Green+Blue) = 4+250+3=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 250 (98.05% from 255 or 97.28% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA03 is #FB05FC. Grayscale: #959595. Windows color (decimal): -16451069 or 260612. OLE color: 260612.
HSL color Cylindrical-coordinate representation of color #04FA03: hue angle of 119.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04FA03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 3 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.02 |
| HSL | 119.76º | 0.98% | 0.5% | - |
| HSV(B) | 119.76º | 0.99% | 0.98% | - |
| XYZ | 34.25 | 68.4 | 11.48 | - |
| YUV | 148.29 | 46 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 3 | 0.98 | 0 | 0.99 | 0.02 | 119.76 | 0.98 | 0.5 |
| Hex | 4 | FA | 3 | 62 | 0 | 63 | 2 | 78 | 62 | 32 |
| Octal | 4 | 372 | 3 | 142 | 0 | 143 | 2 | 170 | 142 | 62 |
| Binary | 100 | 11111010 | 11 | 1100010 | 0 | 1100011 | 10 | 1111000 | 1100010 | 110010 |
Color Harmonies of #04FA03
Complementary color
Monochromatic Colors of #04FA03
Black with #04FA03
Text Example
Text Example
White with #04FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA03; }
p { color: rgb(4,250,3); }
H1.HeaderClassName
{
color: #04FA03;
}
.AnyTagClassName
{
color: #04FA03;
}
</style>
background-color css
<style>
a { background-color: #04FA03; }
a { background-color: rgb(4,250,3); }
div.DivClassName
{
background-color: #04FA03;
}
.BgClassName
{
background-color: #04FA03;
}
</style>
border-color css
<style>
span { border-color: #04FA03; }
span { border-color: rgb(4,250,3); }
td.TdClassName
{
border-color: #04FA03;
}
.TagClassName
{
border-color: #04FA03;
}
</style>