Html Css Color HEX #01FF0B Lime

📋 copy color: '#01FF0B'

red 1 ◦ green 255 ◦ blue 11

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

Shades of Lime #01FF0B

Tints of Lime #01FF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 95.51%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 0.37%
G = 95.51%
B = 4.12%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#01FF0B (or 0x01FF0B) is known color: Lime. HEX triplet: 01, FF and 0B. RGB value is (1,255,11). Sum of RGB (Red+Green+Blue) = 1+255+11=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 255 (100% from 255 or 95.51% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF0B is #FE00F4. Grayscale: #979797. Windows color (decimal): -16646389 or 786177. OLE color: 786177.

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

Color convert

RGB 1 255 11 -
CMYK 1.00 0 0.96 0
HSL 122.36º 1% 0.5% -
HSV(B) 122.36º 1% 1% -
XYZ 35.83 71.55 12.24 -
YUV 151.24 48.85 20.84 -
System Red Green Blue C M Y K H S L
Decimal 1 255 11 1.00 0 0.96 0 122.36 1 0.5
Hex 1 FF B 64 0 60 0 7A 64 32
Octal 1 377 13 144 0 140 0 172 144 62
Binary 1 11111111 1011 1100100 0 1100000 0 1111010 1100100 110010

Color Harmonies of #01FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF0B

Black with #01FF0B

Text Example


Text Example

White with #01FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,11); }

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

background-color css

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

 a { background-color: rgb(1,255,11); }

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

border-color css

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

 span { border-color: rgb(1,255,11); }

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