Html Css Color HEX #01FD09 Lime

📋 copy color: '#01FD09'

red 1 ◦ green 253 ◦ blue 9

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

Shades of Lime #01FD09

Tints of Lime #01FD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 0.38%
G = 96.2%
B = 3.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#01FD09 (or 0x01FD09) is known color: Lime. HEX triplet: 01, FD and 09. RGB value is (1,253,9). Sum of RGB (Red+Green+Blue) = 1+253+9=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 253 (99.22% from 255 or 96.20% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FD09 is #FE02F6. Grayscale: #969696. Windows color (decimal): -16646903 or 654593. OLE color: 654593.

HSL color Cylindrical-coordinate representation of color #01FD09: hue angle of 121.9º 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 #01FD09 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 253 9 -
CMYK 1.00 0 0.96 0.01
HSL 121.9º 0.99% 0.5% -
HSV(B) 121.9º 1% 0.99% -
XYZ 35.19 70.28 11.97 -
YUV 149.84 48.51 21.84 -
System Red Green Blue C M Y K H S L
Decimal 1 253 9 1.00 0 0.96 0.01 121.9 0.99 0.5
Hex 1 FD 9 64 0 60 1 7A 63 32
Octal 1 375 11 144 0 140 1 172 143 62
Binary 1 11111101 1001 1100100 0 1100000 1 1111010 1100011 110010

Color Harmonies of #01FD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD09

Black with #01FD09

Text Example


Text Example

White with #01FD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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