#03F404

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

Shades of Lime #03F404

Tints of Lime #03F404

Color information

#03F404 (or 0x03F404) is unknown color: approx Lime. HEX triplet: 03, F4 and 04. RGB value is (3,244,4). Sum of RGB (Red+Green+Blue) = 3+244+4=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 244 (95.70% from 255 or 97.21% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 244 - color contains mainly: green. Hex color #03F404 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F404 is #FC0BFB. Grayscale: #919191. Windows color (decimal): -16518140 or 324611. OLE color: 324611.

HSL color Cylindrical-coordinate representation of color #03F404: hue angle of 120.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F404 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB32444-
CMYK0.9900.980.04
HSL120.25º97.57%48.43%-
HSV(B)120.25º98.77%95.69%-
XYZ32.4164.7310.9-
YUV144.5848.6627.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 244 (95.70% from 255) = 97.21%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=1.20%
G=97.21%
B=1.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal324440.9900.980.04120.2597.5748.43
Hex3F44630624786230
Octal336441430142417014260
Binary111111010010011000110110001010011110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F404; }

 p { color: rgb(3,244,4); }

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

<style>
 a { background-color: #03F404; }

 a { background-color: rgb(3,244,4); }

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

<style>
 span { border-color: #03F404; }

 span { border-color: rgb(3,244,4); }

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