#01FA04

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

Shades of Lime #01FA04

Tints of Lime #01FA04

Color information

#01FA04 (or 0x01FA04) is unknown color: approx Lime. HEX triplet: 01, FA and 04. RGB value is (1,250,4). Sum of RGB (Red+Green+Blue) = 1+250+4=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 250 (98.05% from 255 or 98.04% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA04 is #FE05FB. Grayscale: #949494. Windows color (decimal): -16647676 or 326145. OLE color: 326145.

HSL color Cylindrical-coordinate representation of color #01FA04: hue angle of 120.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA04 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB12504-
CMYK1.0000.980.02
HSL120.72º99.2%49.22%-
HSV(B)120.72º99.6%98.04%-
XYZ34.2268.3911.51-
YUV147.547.0123.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 250 (98.05% from 255) = 98.04%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=0.39%
G=98.04%
B=1.57%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125041.0000.980.02120.7299.249.22
Hex1FA4640622796331
Octal137241440142217114361
Binary1111110101001100100011000101011110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01FA04; }

 p { color: rgb(1,250,4); }

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

<style>
 a { background-color: #01FA04; }

 a { background-color: rgb(1,250,4); }

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

<style>
 span { border-color: #01FA04; }

 span { border-color: rgb(1,250,4); }

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