Shades of Lime #04FD04
Tints of Lime #04FD04
RGB
CMYK
RGB Variations
Color information
#04FD04 (or 0x04FD04) is known color: Lime. HEX triplet: 04, FD and 04. RGB value is (4,253,4). Sum of RGB (Red+Green+Blue) = 4+253+4=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 253 (99.22% from 255 or 96.93% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FD04 is #FB02FB. Grayscale: #969696. Windows color (decimal): -16450300 or 326916. OLE color: 326916.
HSL color Cylindrical-coordinate representation of color #04FD04: hue angle of 120º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FD04 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.01 |
| HSL | 120º | 0.98% | 0.5% | - |
| HSV(B) | 120º | 0.98% | 0.99% | - |
| XYZ | 35.2 | 70.29 | 11.83 | - |
| YUV | 150.16 | 45.51 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 4 | 0.98 | 0 | 0.98 | 0.01 | 120 | 0.98 | 0.5 |
| Hex | 4 | FD | 4 | 62 | 0 | 62 | 1 | 78 | 62 | 32 |
| Octal | 4 | 375 | 4 | 142 | 0 | 142 | 1 | 170 | 142 | 62 |
| Binary | 100 | 11111101 | 100 | 1100010 | 0 | 1100010 | 1 | 1111000 | 1100010 | 110010 |
Color Harmonies of #04FD04
Complementary color
Monochromatic Colors of #04FD04
Black with #04FD04
Text Example
Text Example
White with #04FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD04; }
p { color: rgb(4,253,4); }
H1.HeaderClassName
{
color: #04FD04;
}
.AnyTagClassName
{
color: #04FD04;
}
</style>
background-color css
<style>
a { background-color: #04FD04; }
a { background-color: rgb(4,253,4); }
div.DivClassName
{
background-color: #04FD04;
}
.BgClassName
{
background-color: #04FD04;
}
</style>
border-color css
<style>
span { border-color: #04FD04; }
span { border-color: rgb(4,253,4); }
td.TdClassName
{
border-color: #04FD04;
}
.TagClassName
{
border-color: #04FD04;
}
</style>