Html Css Color HEX #01F200 Lime

📋 copy color: '#01F200'

red 1 ◦ green 242 ◦ blue 0

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

Shades of Lime #01F200

Tints of Lime #01F200

RGB

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

 GREEN value IS 242 (94.92% 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.05

RGB Variations

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

Color information

#01F200 (or 0x01F200) is known color: Lime. HEX triplet: 01, F2 and 00. RGB value is (1,242,0). Sum of RGB (Red+Green+Blue) = 1+242+0=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 242 (94.92% from 255 or 99.59% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 242 - color contains mainly: green. Hex color #01F200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F200 is #FE0DFF. Grayscale: #8F8F8F. Windows color (decimal): -16649728 or 61953. OLE color: 61953.

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

Color convert

RGB 1 242 0 -
CMYK 1.00 0 1 0.05
HSL 119.75º 1% 0.47% -
HSV(B) 119.75º 1% 0.95% -
XYZ 31.76 63.51 10.58 -
YUV 142.35 47.66 27.18 -
System Red Green Blue C M Y K H S L
Decimal 1 242 0 1.00 0 1 0.05 119.75 1 0.47
Hex 1 F2 0 64 0 64 5 78 64 2F
Octal 1 362 0 144 0 144 5 170 144 57
Binary 1 11110010 0 1100100 0 1100100 101 1111000 1100100 101111

Color Harmonies of #01F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F200

Black with #01F200

Text Example


Text Example

White with #01F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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