#03F405

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

Shades of Lime #03F405

Tints of Lime #03F405

Color information

#03F405 (or 0x03F405) is unknown color: approx Lime. HEX triplet: 03, F4 and 05. RGB value is (3,244,5). Sum of RGB (Red+Green+Blue) = 3+244+5=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 244 (95.70% from 255 or 96.83% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 244 - color contains mainly: green. Hex color #03F405 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F405 is #FC0BFA. Grayscale: #919191. Windows color (decimal): -16518139 or 390147. OLE color: 390147.

HSL color Cylindrical-coordinate representation of color #03F405: hue angle of 120.5º 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 #03F405 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB32445-
CMYK0.9900.980.04
HSL120.5º97.57%48.43%-
HSV(B)120.5º98.77%95.69%-
XYZ32.4264.7310.93-
YUV144.6949.1626.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 244 (95.70% from 255) = 96.83%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=1.19%
G=96.83%
B=1.98%

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
Decimal324450.9900.980.04120.597.5748.43
Hex3F45630624786230
Octal336451430142417014260
Binary111111010010111000110110001010011110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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