Shades of Lime #04FE08
Tints of Lime #04FE08
RGB
CMYK
RGB Variations
Color information
#04FE08 (or 0x04FE08) is known color: Lime. HEX triplet: 04, FE and 08. RGB value is (4,254,8). Sum of RGB (Red+Green+Blue) = 4+254+8=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 254 (99.61% from 255 or 95.49% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE08 is #FB01F7. Grayscale: #979797. Windows color (decimal): -16450040 or 589316. OLE color: 589316.
HSL color Cylindrical-coordinate representation of color #04FE08: hue angle of 120.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE08 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 8 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.00 |
| HSL | 120.96º | 0.99% | 0.51% | - |
| HSV(B) | 120.96º | 0.98% | 1% | - |
| XYZ | 35.54 | 70.93 | 12.05 | - |
| YUV | 151.21 | 47.18 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 8 | 0.98 | 0 | 0.97 | 0.00 | 120.96 | 0.99 | 0.51 |
| Hex | 4 | FE | 8 | 62 | 0 | 61 | 0 | 79 | 63 | 33 |
| Octal | 4 | 376 | 10 | 142 | 0 | 141 | 0 | 171 | 143 | 63 |
| Binary | 100 | 11111110 | 1000 | 1100010 | 0 | 1100001 | 0 | 1111001 | 1100011 | 110011 |
Color Harmonies of #04FE08
Complementary color
Monochromatic Colors of #04FE08
Black with #04FE08
Text Example
Text Example
White with #04FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE08; }
p { color: rgb(4,254,8); }
H1.HeaderClassName
{
color: #04FE08;
}
.AnyTagClassName
{
color: #04FE08;
}
</style>
background-color css
<style>
a { background-color: #04FE08; }
a { background-color: rgb(4,254,8); }
div.DivClassName
{
background-color: #04FE08;
}
.BgClassName
{
background-color: #04FE08;
}
</style>
border-color css
<style>
span { border-color: #04FE08; }
span { border-color: rgb(4,254,8); }
td.TdClassName
{
border-color: #04FE08;
}
.TagClassName
{
border-color: #04FE08;
}
</style>