#0BFA03

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

Shades of Lime #0BFA03

Tints of Lime #0BFA03

Color information

#0BFA03 (or 0x0BFA03) is unknown color: approx Lime. HEX triplet: 0B, FA and 03. RGB value is (11,250,3). Sum of RGB (Red+Green+Blue) = 11+250+3=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA03 is #F405FC. Grayscale: #979797. Windows color (decimal): -15992317 or 260619. OLE color: 260619.

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

Color convert

RGB112503-
CMYK0.9600.990.02
HSL118.06º97.63%49.61%-
HSV(B)118.06º98.8%98.04%-
XYZ34.3468.4511.49-
YUV150.3844.8228.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.17%
GREEN value IS 250 (98.05% from 255) = 94.70%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=4.17%
G=94.70%
B=1.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1125030.9600.990.02118.0697.6349.61
HexBFA3600632766232
Octal1337231400143216614262
Binary101111111010111100000011000111011101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BFA03; }

 p { color: rgb(11,250,3); }

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

<style>
 a { background-color: #0BFA03; }

 a { background-color: rgb(11,250,3); }

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

<style>
 span { border-color: #0BFA03; }

 span { border-color: rgb(11,250,3); }

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