Html Css Color HEX #01FD02 Lime

📋 copy color: '#01FD02'

red 1 ◦ green 253 ◦ blue 2

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

Shades of Lime #01FD02

Tints of Lime #01FD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 98.83%

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

R = 0.39%
G = 98.83%
B = 0.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#01FD02 (or 0x01FD02) is known color: Lime. HEX triplet: 01, FD and 02. RGB value is (1,253,2). Sum of RGB (Red+Green+Blue) = 1+253+2=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 253 (99.22% from 255 or 98.83% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FD02 is #FE02FD. Grayscale: #959595. Windows color (decimal): -16646910 or 195841. OLE color: 195841.

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

Color convert

RGB 1 253 2 -
CMYK 1.00 0 0.99 0.01
HSL 120.24º 0.99% 0.5% -
HSV(B) 120.24º 1% 0.99% -
XYZ 35.15 70.26 11.77 -
YUV 149.04 45.01 22.41 -
System Red Green Blue C M Y K H S L
Decimal 1 253 2 1.00 0 0.99 0.01 120.24 0.99 0.5
Hex 1 FD 2 64 0 63 1 78 63 32
Octal 1 375 2 144 0 143 1 170 143 62
Binary 1 11111101 10 1100100 0 1100011 1 1111000 1100011 110010

Color Harmonies of #01FD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD02

Black with #01FD02

Text Example


Text Example

White with #01FD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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