Html Css Color HEX #0BF900 Lime

📋 copy color: '#0BF900'

red 11 ◦ green 249 ◦ blue 0

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

Shades of Lime #0BF900

Tints of Lime #0BF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 95.77%

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

R = 4.23%
G = 95.77%
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

#0BF900 (or 0x0BF900) is known color: Lime. HEX triplet: 0B, F9 and 00. RGB value is (11,249,0). Sum of RGB (Red+Green+Blue) = 11+249+0=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 249 (97.66% from 255 or 95.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF900 is #F406FF. Grayscale: #969696. Windows color (decimal): -15992576 or 63755. OLE color: 63755.

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

Color convert

RGB 11 249 0 -
CMYK 0.96 0 1 0.02
HSL 117.35º 1% 0.49% -
HSV(B) 117.35º 1% 0.98% -
XYZ 34.01 67.82 11.3 -
YUV 149.45 43.65 29.25 -
System Red Green Blue C M Y K H S L
Decimal 11 249 0 0.96 0 1 0.02 117.35 1 0.49
Hex B F9 0 60 0 64 2 75 64 31
Octal 13 371 0 140 0 144 2 165 144 61
Binary 1011 11111001 0 1100000 0 1100100 10 1110101 1100100 110001

Color Harmonies of #0BF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF900

Black with #0BF900

Text Example


Text Example

White with #0BF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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