Html Css Color HEX #01FE04 Lime

📋 copy color: '#01FE04'

red 1 ◦ green 254 ◦ blue 4

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

Shades of Lime #01FE04

Tints of Lime #01FE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 98.07%

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

R = 0.39%
G = 98.07%
B = 1.54%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#01FE04 (or 0x01FE04) is known color: Lime. HEX triplet: 01, FE and 04. RGB value is (1,254,4). Sum of RGB (Red+Green+Blue) = 1+254+4=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 254 (99.61% from 255 or 98.07% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FE04 is #FE01FB. Grayscale: #969696. Windows color (decimal): -16646652 or 327169. OLE color: 327169.

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

Color convert

RGB 1 254 4 -
CMYK 1.00 0 0.98 0.00
HSL 120.71º 0.99% 0.5% -
HSV(B) 120.71º 1% 1% -
XYZ 35.48 70.9 11.93 -
YUV 149.85 45.68 21.83 -
System Red Green Blue C M Y K H S L
Decimal 1 254 4 1.00 0 0.98 0.00 120.71 0.99 0.5
Hex 1 FE 4 64 0 62 0 79 63 32
Octal 1 376 4 144 0 142 0 171 143 62
Binary 1 11111110 100 1100100 0 1100010 0 1111001 1100011 110010

Color Harmonies of #01FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE04

Black with #01FE04

Text Example


Text Example

White with #01FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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