#0BFD03

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

Shades of Lime #0BFD03

Tints of Lime #0BFD03

Color information

#0BFD03 (or 0x0BFD03) is unknown color: approx Lime. HEX triplet: 0B, FD and 03. RGB value is (11,253,3). Sum of RGB (Red+Green+Blue) = 11+253+3=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 253 (99.22% from 255 or 94.76% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFD03 is #F402FC. Grayscale: #989898. Windows color (decimal): -15991549 or 261387. OLE color: 261387.

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

Color convert

RGB112533-
CMYK0.9600.990.01
HSL118.08º98.43%50.2%-
HSV(B)118.08º98.81%99.22%-
XYZ35.2870.3311.8-
YUV152.1443.8327.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 253 (99.22% from 255) = 94.76%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=4.12%
G=94.76%
B=1.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1125330.9600.990.01118.0898.4350.2
HexBFD3600631766232
Octal1337531400143116614262
Binary10111111110111110000001100011111101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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