Html Css Color HEX #01F908 Lime

📋 copy color: '#01F908'

red 1 ◦ green 249 ◦ blue 8

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

Shades of Lime #01F908

Tints of Lime #01F908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 96.51%

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 0.39%
G = 96.51%
B = 3.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#01F908 (or 0x01F908) is known color: Lime. HEX triplet: 01, F9 and 08. RGB value is (1,249,8). Sum of RGB (Red+Green+Blue) = 1+249+8=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 249 (97.66% from 255 or 96.51% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 249 - color contains mainly: green. Hex color #01F908 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F908 is #FE06F7. Grayscale: #949494. Windows color (decimal): -16647928 or 588033. OLE color: 588033.

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

Color convert

RGB 1 249 8 -
CMYK 1.00 0 0.97 0.02
HSL 121.69º 0.99% 0.49% -
HSV(B) 121.69º 1% 0.98% -
XYZ 33.93 67.78 11.52 -
YUV 147.37 49.34 23.6 -
System Red Green Blue C M Y K H S L
Decimal 1 249 8 1.00 0 0.97 0.02 121.69 0.99 0.49
Hex 1 F9 8 64 0 61 2 7A 63 31
Octal 1 371 10 144 0 141 2 172 143 61
Binary 1 11111001 1000 1100100 0 1100001 10 1111010 1100011 110001

Color Harmonies of #01F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F908

Black with #01F908

Text Example


Text Example

White with #01F908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,249,8); }

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

background-color css

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

 a { background-color: rgb(1,249,8); }

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

border-color css

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

 span { border-color: rgb(1,249,8); }

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