#0BFF00

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

Shades of Lime #0BFF00

Tints of Lime #0BFF00

Color information

#0BFF00 (or 0x0BFF00) is unknown color: approx Lime. HEX triplet: 0B, FF and 00. RGB value is (11,255,0). Sum of RGB (Red+Green+Blue) = 11+255+0=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 255 (100% from 255 or 95.86% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFF00 is #F400FF. Grayscale: #999999. Windows color (decimal): -15991040 or 65291. OLE color: 65291.

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

Color convert

RGB112550-
CMYK0.96010
HSL117.41º100%50%-
HSV(B)117.41º100%100%-
XYZ35.971.5911.93-
YUV152.9741.6626.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 255 (100% from 255) = 95.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.14%
G=95.86%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1125500.96010117.4110050
HexBFF0600640756432
Octal1337701400144016514462
Binary1011111111110110000001100100011101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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