#04FF07

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

Shades of Lime #04FF07

Tints of Lime #04FF07

Color information

#04FF07 (or 0x04FF07) is unknown color: approx Lime. HEX triplet: 04, FF and 07. RGB value is (4,255,7). Sum of RGB (Red+Green+Blue) = 4+255+7=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 255 (100% from 255 or 95.86% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FF07 is #FB00F8. Grayscale: #989898. Windows color (decimal): -16449785 or 524036. OLE color: 524036.

HSL color Cylindrical-coordinate representation of color #04FF07: hue angle of 120.72º 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 #04FF07 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB42557-
CMYK0.9800.970
HSL120.72º100%50.78%-
HSV(B)120.72º98.43%100%-
XYZ35.8571.5612.12-
YUV151.6846.3422.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 255 (100% from 255) = 95.86%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=1.50%
G=95.86%
B=2.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal425570.9800.970120.7210050.78
Hex4FF7620610796433
Octal437771420141017114463
Binary10011111111111110001001100001011110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04FF07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04FF07; }

 p { color: rgb(4,255,7); }

 H1.HeaderClassName
 {
   color: #04FF07;
 }
 .AnyTagClassName
 {
   color: #04FF07;
 }
</style>
background-color css

<style>
 a { background-color: #04FF07; }

 a { background-color: rgb(4,255,7); }

 div.DivClassName
 {
   background-color: #04FF07;
 }
 .BgClassName
 {
   background-color: #04FF07;
 }
</style>
border-color css

<style>
 span { border-color: #04FF07; }

 span { border-color: rgb(4,255,7); }

 td.TdClassName
 {
   border-color: #04FF07;
 }
 .TagClassName
 {
   border-color: #04FF07;
 }
</style>