Html Css Color HEX #01F000 Lime

📋 copy color: '#01F000'

red 1 ◦ green 240 ◦ blue 0

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

Shades of Lime #01F000

Tints of Lime #01F000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 99.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.41%
G = 99.59%
B = 0%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#01F000 (or 0x01F000) is known color: Lime. HEX triplet: 01, F0 and 00. RGB value is (1,240,0). Sum of RGB (Red+Green+Blue) = 1+240+0=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 240 (94.14% from 255 or 99.59% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 240 - color contains mainly: green. Hex color #01F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F000 is #FE0FFF. Grayscale: #8D8D8D. Windows color (decimal): -16650240 or 61441. OLE color: 61441.

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

Color convert

RGB 1 240 0 -
CMYK 1.00 0 1 0.06
HSL 119.75º 1% 0.47% -
HSV(B) 119.75º 1% 0.94% -
XYZ 31.17 62.33 10.39 -
YUV 141.18 48.32 28.01 -
System Red Green Blue C M Y K H S L
Decimal 1 240 0 1.00 0 1 0.06 119.75 1 0.47
Hex 1 F0 0 64 0 64 6 78 64 2F
Octal 1 360 0 144 0 144 6 170 144 57
Binary 1 11110000 0 1100100 0 1100100 110 1111000 1100100 101111

Color Harmonies of #01F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F000

Black with #01F000

Text Example


Text Example

White with #01F000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,240,0); }

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

background-color css

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

 a { background-color: rgb(1,240,0); }

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

border-color css

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

 span { border-color: rgb(1,240,0); }

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