Html Css Color HEX #0BF901 Lime

📋 copy color: '#0BF901'

red 11 ◦ green 249 ◦ blue 1

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

Shades of Lime #0BF901

Tints of Lime #0BF901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 4.21%
G = 95.4%
B = 0.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#0BF901 (or 0x0BF901) is known color: Lime. HEX triplet: 0B, F9 and 01. RGB value is (11,249,1). Sum of RGB (Red+Green+Blue) = 11+249+1=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 249 (97.66% from 255 or 95.40% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF901 is #F406FE. Grayscale: #969696. Windows color (decimal): -15992575 or 129291. OLE color: 129291.

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

Color convert

RGB 11 249 1 -
CMYK 0.96 0 1.00 0.02
HSL 117.58º 0.99% 0.49% -
HSV(B) 117.58º 1% 0.98% -
XYZ 34.02 67.82 11.33 -
YUV 149.57 44.15 29.17 -
System Red Green Blue C M Y K H S L
Decimal 11 249 1 0.96 0 1.00 0.02 117.58 0.99 0.49
Hex B F9 1 60 0 64 2 76 63 31
Octal 13 371 1 140 0 144 2 166 143 61
Binary 1011 11111001 1 1100000 0 1100100 10 1110110 1100011 110001

Color Harmonies of #0BF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF901

Black with #0BF901

Text Example


Text Example

White with #0BF901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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