Html Css Color HEX #01F800 Lime

📋 copy color: '#01F800'

red 1 ◦ green 248 ◦ blue 0

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

Shades of Lime #01F800

Tints of Lime #01F800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 99.6%

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

R = 0.4%
G = 99.6%
B = 0%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#01F800 (or 0x01F800) is known color: Lime. HEX triplet: 01, F8 and 00. RGB value is (1,248,0). Sum of RGB (Red+Green+Blue) = 1+248+0=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 248 (97.27% from 255 or 99.60% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 248 - color contains mainly: green. Hex color #01F800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F800 is #FE07FF. Grayscale: #929292. Windows color (decimal): -16648192 or 63489. OLE color: 63489.

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

Color convert

RGB 1 248 0 -
CMYK 1.00 0 1 0.03
HSL 119.76º 1% 0.49% -
HSV(B) 119.76º 1% 0.97% -
XYZ 33.58 67.14 11.19 -
YUV 145.88 45.67 24.67 -
System Red Green Blue C M Y K H S L
Decimal 1 248 0 1.00 0 1 0.03 119.76 1 0.49
Hex 1 F8 0 64 0 64 3 78 64 31
Octal 1 370 0 144 0 144 3 170 144 61
Binary 1 11111000 0 1100100 0 1100100 11 1111000 1100100 110001

Color Harmonies of #01F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F800

Black with #01F800

Text Example


Text Example

White with #01F800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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