Html Css Color HEX #01FF06 Lime

📋 copy color: '#01FF06'

red 1 ◦ green 255 ◦ blue 6

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

Shades of Lime #01FF06

Tints of Lime #01FF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 0.38%
G = 97.33%
B = 2.29%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#01FF06 (or 0x01FF06) is known color: Lime. HEX triplet: 01, FF and 06. RGB value is (1,255,6). Sum of RGB (Red+Green+Blue) = 1+255+6=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 255 (100% from 255 or 97.33% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF06 is #FE00F9. Grayscale: #979797. Windows color (decimal): -16646394 or 458497. OLE color: 458497.

HSL color Cylindrical-coordinate representation of color #01FF06: hue angle of 121.18º 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 #01FF06 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 6 -
CMYK 1.00 0 0.98 0
HSL 121.18º 1% 0.5% -
HSV(B) 121.18º 1% 1% -
XYZ 35.81 71.54 12.09 -
YUV 150.67 46.35 21.25 -
System Red Green Blue C M Y K H S L
Decimal 1 255 6 1.00 0 0.98 0 121.18 1 0.5
Hex 1 FF 6 64 0 62 0 79 64 32
Octal 1 377 6 144 0 142 0 171 144 62
Binary 1 11111111 110 1100100 0 1100010 0 1111001 1100100 110010

Color Harmonies of #01FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF06

Black with #01FF06

Text Example


Text Example

White with #01FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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