Html Css Color HEX #01FF07 Lime

📋 copy color: '#01FF07'

red 1 ◦ green 255 ◦ blue 7

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

Shades of Lime #01FF07

Tints of Lime #01FF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 0.38%
G = 96.96%
B = 2.66%

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

#01FF07 (or 0x01FF07) is known color: Lime. HEX triplet: 01, FF and 07. RGB value is (1,255,7). Sum of RGB (Red+Green+Blue) = 1+255+7=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 255 (100% from 255 or 96.96% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF07 is #FE00F8. Grayscale: #979797. Windows color (decimal): -16646393 or 524033. OLE color: 524033.

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

Color convert

RGB 1 255 7 -
CMYK 1.00 0 0.97 0
HSL 121.42º 1% 0.5% -
HSV(B) 121.42º 1% 1% -
XYZ 35.81 71.54 12.12 -
YUV 150.78 46.85 21.17 -
System Red Green Blue C M Y K H S L
Decimal 1 255 7 1.00 0 0.97 0 121.42 1 0.5
Hex 1 FF 7 64 0 61 0 79 64 32
Octal 1 377 7 144 0 141 0 171 144 62
Binary 1 11111111 111 1100100 0 1100001 0 1111001 1100100 110010

Color Harmonies of #01FF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF07

Black with #01FF07

Text Example


Text Example

White with #01FF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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