Html Css Color HEX #01FA09 Lime

📋 copy color: '#01FA09'

red 1 ◦ green 250 ◦ blue 9

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

Shades of Lime #01FA09

Tints of Lime #01FA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 96.15%

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

R = 0.38%
G = 96.15%
B = 3.46%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#01FA09 (or 0x01FA09) is known color: Lime. HEX triplet: 01, FA and 09. RGB value is (1,250,9). Sum of RGB (Red+Green+Blue) = 1+250+9=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 250 (98.05% from 255 or 96.15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA09 is #FE05F6. Grayscale: #949494. Windows color (decimal): -16647671 or 653825. OLE color: 653825.

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

Color convert

RGB 1 250 9 -
CMYK 1.00 0 0.96 0.02
HSL 121.93º 0.99% 0.49% -
HSV(B) 121.93º 1% 0.98% -
XYZ 34.25 68.4 11.66 -
YUV 148.08 49.51 23.1 -
System Red Green Blue C M Y K H S L
Decimal 1 250 9 1.00 0 0.96 0.02 121.93 0.99 0.49
Hex 1 FA 9 64 0 60 2 7A 63 31
Octal 1 372 11 144 0 140 2 172 143 61
Binary 1 11111010 1001 1100100 0 1100000 10 1111010 1100011 110001

Color Harmonies of #01FA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA09

Black with #01FA09

Text Example


Text Example

White with #01FA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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