Html Css Color HEX #01F900 Lime

📋 copy color: '#01F900'

red 1 ◦ green 249 ◦ blue 0

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

Shades of Lime #01F900

Tints of Lime #01F900

RGB

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

 GREEN value IS 249 (97.66% 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.02

RGB Variations

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

Color information

#01F900 (or 0x01F900) is known color: Lime. HEX triplet: 01, F9 and 00. RGB value is (1,249,0). Sum of RGB (Red+Green+Blue) = 1+249+0=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 249 (97.66% from 255 or 99.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 249 - color contains mainly: green. Hex color #01F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F900 is #FE06FF. Grayscale: #939393. Windows color (decimal): -16647936 or 63745. OLE color: 63745.

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

Color convert

RGB 1 249 0 -
CMYK 1.00 0 1 0.02
HSL 119.76º 1% 0.49% -
HSV(B) 119.76º 1% 0.98% -
XYZ 33.89 67.76 11.29 -
YUV 146.46 45.34 24.25 -
System Red Green Blue C M Y K H S L
Decimal 1 249 0 1.00 0 1 0.02 119.76 1 0.49
Hex 1 F9 0 64 0 64 2 78 64 31
Octal 1 371 0 144 0 144 2 170 144 61
Binary 1 11111001 0 1100100 0 1100100 10 1111000 1100100 110001

Color Harmonies of #01F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F900

Black with #01F900

Text Example


Text Example

White with #01F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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