Html Css Color HEX #01F407 Lime

📋 copy color: '#01F407'

red 1 ◦ green 244 ◦ blue 7

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

Shades of Lime #01F407

Tints of Lime #01F407

RGB

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

 GREEN value IS 244 (95.7% from 255) = 96.83%

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

R = 0.4%
G = 96.83%
B = 2.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#01F407 (or 0x01F407) is known color: Lime. HEX triplet: 01, F4 and 07. RGB value is (1,244,7). Sum of RGB (Red+Green+Blue) = 1+244+7=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 244 (95.70% from 255 or 96.83% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 244 - color contains mainly: green. Hex color #01F407 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F407 is #FE0BF8. Grayscale: #919191. Windows color (decimal): -16649209 or 521217. OLE color: 521217.

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

Color convert

RGB 1 244 7 -
CMYK 1.00 0 0.97 0.04
HSL 121.48º 0.99% 0.48% -
HSV(B) 121.48º 1% 0.96% -
XYZ 32.4 64.72 10.99 -
YUV 144.33 50.49 25.77 -
System Red Green Blue C M Y K H S L
Decimal 1 244 7 1.00 0 0.97 0.04 121.48 0.99 0.48
Hex 1 F4 7 64 0 61 4 79 63 30
Octal 1 364 7 144 0 141 4 171 143 60
Binary 1 11110100 111 1100100 0 1100001 100 1111001 1100011 110000

Color Harmonies of #01F407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F407

Black with #01F407

Text Example


Text Example

White with #01F407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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