#09FB01

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

Shades of Lime #09FB01

Tints of Lime #09FB01

Color information

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

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

Color convert

RGB92511-
CMYK0.9601.000.02
HSL118.08º99.21%49.41%-
HSV(B)118.08º99.6%98.43%-
XYZ34.6269.0511.53-
YUV150.1443.8327.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal925110.9601.000.02118.0899.2149.41
Hex9FB1600642766331
Octal1137311400144216614361
Binary10011111101111100000011001001011101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09FB01; }

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

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

<style>
 a { background-color: #09FB01; }

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

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

<style>
 span { border-color: #09FB01; }

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

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