Html Css Color HEX #01F802 Lime

📋 copy color: '#01F802'

red 1 ◦ green 248 ◦ blue 2

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

Shades of Lime #01F802

Tints of Lime #01F802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 0.4%
G = 98.8%
B = 0.8%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#01F802 (or 0x01F802) is known color: Lime. HEX triplet: 01, F8 and 02. RGB value is (1,248,2). Sum of RGB (Red+Green+Blue) = 1+248+2=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 248 (97.27% from 255 or 98.80% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 248 - color contains mainly: green. Hex color #01F802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F802 is #FE07FD. Grayscale: #929292. Windows color (decimal): -16648190 or 194561. OLE color: 194561.

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

Color convert

RGB 1 248 2 -
CMYK 1.00 0 0.99 0.03
HSL 120.24º 0.99% 0.49% -
HSV(B) 120.24º 1% 0.97% -
XYZ 33.59 67.15 11.25 -
YUV 146.1 46.67 24.5 -
System Red Green Blue C M Y K H S L
Decimal 1 248 2 1.00 0 0.99 0.03 120.24 0.99 0.49
Hex 1 F8 2 64 0 63 3 78 63 31
Octal 1 370 2 144 0 143 3 170 143 61
Binary 1 11111000 10 1100100 0 1100011 11 1111000 1100011 110001

Color Harmonies of #01F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F802

Black with #01F802

Text Example


Text Example

White with #01F802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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