Html Css Color HEX #0BF702 Lime

📋 copy color: '#0BF702'

red 11 ◦ green 247 ◦ blue 2

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

Shades of Lime #0BF702

Tints of Lime #0BF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 95%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 4.23%
G = 95%
B = 0.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#0BF702 (or 0x0BF702) is known color: Lime. HEX triplet: 0B, F7 and 02. RGB value is (11,247,2). Sum of RGB (Red+Green+Blue) = 11+247+2=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 247 (96.88% from 255 or 95% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF702 is #F408FD. Grayscale: #959595. Windows color (decimal): -15993086 or 194315. OLE color: 194315.

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

Color convert

RGB 11 247 2 -
CMYK 0.96 0 0.99 0.03
HSL 117.8º 0.98% 0.49% -
HSV(B) 117.8º 0.99% 0.97% -
XYZ 33.41 66.6 11.15 -
YUV 148.51 45.31 29.92 -
System Red Green Blue C M Y K H S L
Decimal 11 247 2 0.96 0 0.99 0.03 117.8 0.98 0.49
Hex B F7 2 60 0 63 3 76 62 31
Octal 13 367 2 140 0 143 3 166 142 61
Binary 1011 11110111 10 1100000 0 1100011 11 1110110 1100010 110001

Color Harmonies of #0BF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF702

Black with #0BF702

Text Example


Text Example

White with #0BF702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,247,2); }

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

background-color css

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

 a { background-color: rgb(11,247,2); }

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

border-color css

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

 span { border-color: rgb(11,247,2); }

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