#04FF06

Color #04FF06 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #04FF06

Tints of Lime #04FF06

Color information

#04FF06 (or 0x04FF06) is unknown color: approx 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

RGB42556-
CMYK0.9800.980
HSL120.48º100%50.78%-
HSV(B)120.48º98.43%100%-
XYZ35.8471.5612.1-
YUV151.5645.8422.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 255 (100% from 255) = 96.23%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=1.51%
G=96.23%
B=2.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal425560.9800.980120.4810050.78
Hex4FF6620620786433
Octal437761420142017014463
Binary10011111111110110001001100010011110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04FF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>