#04f702

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

Shades of Lime #04F702

Tints of Lime #04F702

Color information

#04F702 (or 0x04F702) is unknown color: approx Lime. HEX triplet: 04, F7 and 02. RGB value is (4,247,2). Sum of RGB (Red+Green+Blue) = 4+247+2=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 247 (96.88% from 255 or 97.63% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 247 - color contains mainly: green. Hex color #04F702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F702 is #FB08FD. Grayscale: #939393. Windows color (decimal): -16451838 or 194308. OLE color: 194308.

HSL color Cylindrical-coordinate representation of color #04F702: hue angle of 119.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04F702 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB42472-
CMYK0.9800.990.03
HSL119.51º98.39%48.82%-
HSV(B)119.51º99.19%96.86%-
XYZ33.3266.5511.15-
YUV146.4146.4926.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 247 (96.88% from 255) = 97.63%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=1.58%
G=97.63%
B=0.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal424720.9800.990.03119.5198.3948.82
Hex4F72620633786231
Octal436721420143317014261
Binary10011110111101100010011000111111110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04f702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,247,2); }

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

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

 a { background-color: rgb(4,247,2); }

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

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

 span { border-color: rgb(4,247,2); }

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