Shades of Lime #04FC03
Tints of Lime #04FC03
RGB
CMYK
RGB Variations
Color information
#04FC03 (or 0x04FC03) is known color: Lime. HEX triplet: 04, FC and 03. RGB value is (4,252,3). Sum of RGB (Red+Green+Blue) = 4+252+3=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 252 (98.83% from 255 or 97.30% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 252 - color contains mainly: green. Hex color #04FC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FC03 is #FB03FC. Grayscale: #969696. Windows color (decimal): -16450557 or 261124. OLE color: 261124.
HSL color Cylindrical-coordinate representation of color #04FC03: hue angle of 119.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04FC03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 3 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.01 |
| HSL | 119.76º | 0.98% | 0.5% | - |
| HSV(B) | 119.76º | 0.99% | 0.99% | - |
| XYZ | 34.88 | 69.65 | 11.69 | - |
| YUV | 149.46 | 45.34 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 3 | 0.98 | 0 | 0.99 | 0.01 | 119.76 | 0.98 | 0.5 |
| Hex | 4 | FC | 3 | 62 | 0 | 63 | 1 | 78 | 62 | 32 |
| Octal | 4 | 374 | 3 | 142 | 0 | 143 | 1 | 170 | 142 | 62 |
| Binary | 100 | 11111100 | 11 | 1100010 | 0 | 1100011 | 1 | 1111000 | 1100010 | 110010 |
Color Harmonies of #04FC03
Complementary color
Monochromatic Colors of #04FC03
Black with #04FC03
Text Example
Text Example
White with #04FC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FC03; }
p { color: rgb(4,252,3); }
H1.HeaderClassName
{
color: #04FC03;
}
.AnyTagClassName
{
color: #04FC03;
}
</style>
background-color css
<style>
a { background-color: #04FC03; }
a { background-color: rgb(4,252,3); }
div.DivClassName
{
background-color: #04FC03;
}
.BgClassName
{
background-color: #04FC03;
}
</style>
border-color css
<style>
span { border-color: #04FC03; }
span { border-color: rgb(4,252,3); }
td.TdClassName
{
border-color: #04FC03;
}
.TagClassName
{
border-color: #04FC03;
}
</style>