Html Css Color HEX #01FC04 Lime

📋 copy color: '#01FC04'

red 1 ◦ green 252 ◦ blue 4

#01FC04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #01FC04

Tints of Lime #01FC04

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

 GREEN value IS 252 (98.83% from 255) = 98.05%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 0.39%
G = 98.05%
B = 1.56%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#01FC04 (or 0x01FC04) is known color: Lime. HEX triplet: 01, FC and 04. RGB value is (1,252,4). Sum of RGB (Red+Green+Blue) = 1+252+4=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 252 (98.83% from 255 or 98.05% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FC04 is #FE03FB. Grayscale: #959595. Windows color (decimal): -16647164 or 326657. OLE color: 326657.

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

Color convert

RGB 1 252 4 -
CMYK 1.00 0 0.98 0.01
HSL 120.72º 0.99% 0.5% -
HSV(B) 120.72º 1% 0.99% -
XYZ 34.84 69.64 11.72 -
YUV 148.68 46.34 22.67 -
System Red Green Blue C M Y K H S L
Decimal 1 252 4 1.00 0 0.98 0.01 120.72 0.99 0.5
Hex 1 FC 4 64 0 62 1 79 63 32
Octal 1 374 4 144 0 142 1 171 143 62
Binary 1 11111100 100 1100100 0 1100010 1 1111001 1100011 110010

Color Harmonies of #01FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC04

Black with #01FC04

Text Example


Text Example

White with #01FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FC04;
 }
 .AnyTagClassName
 {
   color: #01FC04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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