Html Css Color HEX #0BFB00 Lime

📋 copy color: '#0BFB00'

red 11 ◦ green 251 ◦ blue 0

#0BFB00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #0BFB00

Tints of Lime #0BFB00

RGB

 RED value IS 11 (4.69% from 255) = 4.2%

 GREEN value IS 251 (98.44% from 255) = 95.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.2%
G = 95.8%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#0BFB00 (or 0x0BFB00) is known color: Lime. HEX triplet: 0B, FB and 00. RGB value is (11,251,0). Sum of RGB (Red+Green+Blue) = 11+251+0=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFB00 is #F404FF. Grayscale: #979797. Windows color (decimal): -15992064 or 64267. OLE color: 64267.

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

Color convert

RGB 11 251 0 -
CMYK 0.96 0 1 0.02
HSL 117.37º 1% 0.49% -
HSV(B) 117.37º 1% 0.98% -
XYZ 34.64 69.07 11.51 -
YUV 150.63 42.99 28.41 -
System Red Green Blue C M Y K H S L
Decimal 11 251 0 0.96 0 1 0.02 117.37 1 0.49
Hex B FB 0 60 0 64 2 75 64 31
Octal 13 373 0 140 0 144 2 165 144 61
Binary 1011 11111011 0 1100000 0 1100100 10 1110101 1100100 110001

Color Harmonies of #0BFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFB00

Black with #0BFB00

Text Example


Text Example

White with #0BFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BFB00;
 }
 .AnyTagClassName
 {
   color: #0BFB00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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