Shades of Lime #04FF06
Tints of Lime #04FF06
RGB
CMYK
RGB Variations
Color information
#04FF06 (or 0x04FF06) is known color: Lime. HEX triplet: 04, FF and 06. RGB value is (4,255,6). Sum of RGB (Red+Green+Blue) = 4+255+6=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 255 (100% from 255 or 96.23% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FF06 is #FB00F9. Grayscale: #989898. Windows color (decimal): -16449786 or 458500. OLE color: 458500.
HSL color Cylindrical-coordinate representation of color #04FF06: hue angle of 120.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF06 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 6 | - |
| CMYK | 0.98 | 0 | 0.98 | 0 |
| HSL | 120.48º | 1% | 0.51% | - |
| HSV(B) | 120.48º | 0.98% | 1% | - |
| XYZ | 35.84 | 71.56 | 12.1 | - |
| YUV | 151.57 | 45.84 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 6 | 0.98 | 0 | 0.98 | 0 | 120.48 | 1 | 0.51 |
| Hex | 4 | FF | 6 | 62 | 0 | 62 | 0 | 78 | 64 | 33 |
| Octal | 4 | 377 | 6 | 142 | 0 | 142 | 0 | 170 | 144 | 63 |
| Binary | 100 | 11111111 | 110 | 1100010 | 0 | 1100010 | 0 | 1111000 | 1100100 | 110011 |
Color Harmonies of #04FF06
Complementary color
Monochromatic Colors of #04FF06
Black with #04FF06
Text Example
Text Example
White with #04FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF06; }
p { color: rgb(4,255,6); }
H1.HeaderClassName
{
color: #04FF06;
}
.AnyTagClassName
{
color: #04FF06;
}
</style>
background-color css
<style>
a { background-color: #04FF06; }
a { background-color: rgb(4,255,6); }
div.DivClassName
{
background-color: #04FF06;
}
.BgClassName
{
background-color: #04FF06;
}
</style>
border-color css
<style>
span { border-color: #04FF06; }
span { border-color: rgb(4,255,6); }
td.TdClassName
{
border-color: #04FF06;
}
.TagClassName
{
border-color: #04FF06;
}
</style>