Html Css Color HEX #01FB08 Lime

📋 copy color: '#01FB08'

red 1 ◦ green 251 ◦ blue 8

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

Shades of Lime #01FB08

Tints of Lime #01FB08

RGB

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

 GREEN value IS 251 (98.44% from 255) = 96.54%

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

R = 0.38%
G = 96.54%
B = 3.08%

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

#01FB08 (or 0x01FB08) is known color: Lime. HEX triplet: 01, FB and 08. RGB value is (1,251,8). Sum of RGB (Red+Green+Blue) = 1+251+8=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 251 (98.44% from 255 or 96.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB08 is #FE04F7. Grayscale: #959595. Windows color (decimal): -16647416 or 588545. OLE color: 588545.

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

Color convert

RGB 1 251 8 -
CMYK 1.00 0 0.97 0.02
HSL 121.68º 0.99% 0.49% -
HSV(B) 121.68º 1% 0.98% -
XYZ 34.55 69.02 11.73 -
YUV 148.55 48.68 22.76 -
System Red Green Blue C M Y K H S L
Decimal 1 251 8 1.00 0 0.97 0.02 121.68 0.99 0.49
Hex 1 FB 8 64 0 61 2 7A 63 31
Octal 1 373 10 144 0 141 2 172 143 61
Binary 1 11111011 1000 1100100 0 1100001 10 1111010 1100011 110001

Color Harmonies of #01FB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FB08

Black with #01FB08

Text Example


Text Example

White with #01FB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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