Html Css Color HEX #0BFB03 Lime

📋 copy color: '#0BFB03'

red 11 ◦ green 251 ◦ blue 3

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

Shades of Lime #0BFB03

Tints of Lime #0BFB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 4.15%
G = 94.72%
B = 1.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#0BFB03 (or 0x0BFB03) is known color: Lime. HEX triplet: 0B, FB and 03. RGB value is (11,251,3). Sum of RGB (Red+Green+Blue) = 11+251+3=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 251 (98.44% from 255 or 94.72% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFB03 is #F404FC. Grayscale: #979797. Windows color (decimal): -15992061 or 260875. OLE color: 260875.

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

Color convert

RGB 11 251 3 -
CMYK 0.96 0 0.99 0.02
HSL 118.06º 0.98% 0.5% -
HSV(B) 118.06º 0.99% 0.98% -
XYZ 34.65 69.07 11.59 -
YUV 150.97 44.49 28.17 -
System Red Green Blue C M Y K H S L
Decimal 11 251 3 0.96 0 0.99 0.02 118.06 0.98 0.5
Hex B FB 3 60 0 63 2 76 62 32
Octal 13 373 3 140 0 143 2 166 142 62
Binary 1011 11111011 11 1100000 0 1100011 10 1110110 1100010 110010

Color Harmonies of #0BFB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFB03

Black with #0BFB03

Text Example


Text Example

White with #0BFB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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