Html Css Color HEX #01F705 Lime

📋 copy color: '#01F705'

red 1 ◦ green 247 ◦ blue 5

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

Shades of Lime #01F705

Tints of Lime #01F705

RGB

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

 GREEN value IS 247 (96.88% from 255) = 97.63%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 0.4%
G = 97.63%
B = 1.98%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#01F705 (or 0x01F705) is known color: Lime. HEX triplet: 01, F7 and 05. RGB value is (1,247,5). Sum of RGB (Red+Green+Blue) = 1+247+5=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 247 (96.88% from 255 or 97.63% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 247 - color contains mainly: green. Hex color #01F705 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F705 is #FE08FA. Grayscale: #929292. Windows color (decimal): -16648443 or 390913. OLE color: 390913.

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

Color convert

RGB 1 247 5 -
CMYK 1.00 0 0.98 0.03
HSL 120.98º 0.99% 0.49% -
HSV(B) 120.98º 1% 0.97% -
XYZ 33.3 66.54 11.23 -
YUV 145.86 48.5 24.68 -
System Red Green Blue C M Y K H S L
Decimal 1 247 5 1.00 0 0.98 0.03 120.98 0.99 0.49
Hex 1 F7 5 64 0 62 3 79 63 31
Octal 1 367 5 144 0 142 3 171 143 61
Binary 1 11110111 101 1100100 0 1100010 11 1111001 1100011 110001

Color Harmonies of #01F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F705

Black with #01F705

Text Example


Text Example

White with #01F705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,247,5); }

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

background-color css

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

 a { background-color: rgb(1,247,5); }

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

border-color css

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

 span { border-color: rgb(1,247,5); }

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