#01FB09

Color #01FB09 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #01FB09

Tints of Lime #01FB09

Color information

#01FB09 (or 0x01FB09) is unknown color: approx Lime. HEX triplet: 01, FB and 09. RGB value is (1,251,9). Sum of RGB (Red+Green+Blue) = 1+251+9=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 251 (98.44% from 255 or 96.17% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB09 is #FE04F6. Grayscale: #959595. Windows color (decimal): -16647415 or 654081. OLE color: 654081.

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

Color convert

RGB12519-
CMYK1.0000.960.02
HSL121.92º99.21%49.41%-
HSV(B)121.92º99.6%98.43%-
XYZ34.5669.0211.76-
YUV148.6649.1822.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 251 (98.44% from 255) = 96.17%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=0.38%
G=96.17%
B=3.45%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125191.0000.960.02121.9299.2149.41
Hex1FB96406027a6331
Octal1373111440140217214361
Binary11111101110011100100011000001011110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FB09;
 }
 .AnyTagClassName
 {
   color: #01FB09;
 }
</style>
background-color css

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

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

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

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

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

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