Html Css Color HEX #01FF08 Lime

📋 copy color: '#01FF08'

red 1 ◦ green 255 ◦ blue 8

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

Shades of Lime #01FF08

Tints of Lime #01FF08

RGB

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

 GREEN value IS 255 (100% from 255) = 96.59%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 0.38%
G = 96.59%
B = 3.03%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#01FF08 (or 0x01FF08) is known color: Lime. HEX triplet: 01, FF and 08. RGB value is (1,255,8). Sum of RGB (Red+Green+Blue) = 1+255+8=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 255 (100% from 255 or 96.59% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF08 is #FE00F7. Grayscale: #979797. Windows color (decimal): -16646392 or 589569. OLE color: 589569.

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

Color convert

RGB 1 255 8 -
CMYK 1.00 0 0.97 0
HSL 121.65º 1% 0.5% -
HSV(B) 121.65º 1% 1% -
XYZ 35.82 71.54 12.15 -
YUV 150.9 47.35 21.08 -
System Red Green Blue C M Y K H S L
Decimal 1 255 8 1.00 0 0.97 0 121.65 1 0.5
Hex 1 FF 8 64 0 61 0 7A 64 32
Octal 1 377 10 144 0 141 0 172 144 62
Binary 1 11111111 1000 1100100 0 1100001 0 1111010 1100100 110010

Color Harmonies of #01FF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF08

Black with #01FF08

Text Example


Text Example

White with #01FF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,8); }

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

background-color css

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

 a { background-color: rgb(1,255,8); }

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

border-color css

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

 span { border-color: rgb(1,255,8); }

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