Html Css Color HEX #0BFE06 Lime

📋 copy color: '#0BFE06'

red 11 ◦ green 254 ◦ blue 6

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

Shades of Lime #0BFE06

Tints of Lime #0BFE06

RGB

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

 GREEN value IS 254 (99.61% from 255) = 93.73%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 4.06%
G = 93.73%
B = 2.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#0BFE06 (or 0x0BFE06) is known color: Lime. HEX triplet: 0B, FE and 06. RGB value is (11,254,6). Sum of RGB (Red+Green+Blue) = 11+254+6=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 254 (99.61% from 255 or 93.73% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFE06 is #F401F9. Grayscale: #999999. Windows color (decimal): -15991290 or 458251. OLE color: 458251.

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

Color convert

RGB 11 254 6 -
CMYK 0.96 0 0.98 0.00
HSL 118.79º 0.99% 0.51% -
HSV(B) 118.79º 0.98% 1% -
XYZ 35.61 70.97 11.99 -
YUV 153.07 44.99 26.67 -
System Red Green Blue C M Y K H S L
Decimal 11 254 6 0.96 0 0.98 0.00 118.79 0.99 0.51
Hex B FE 6 60 0 62 0 77 63 33
Octal 13 376 6 140 0 142 0 167 143 63
Binary 1011 11111110 110 1100000 0 1100010 0 1110111 1100011 110011

Color Harmonies of #0BFE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFE06

Black with #0BFE06

Text Example


Text Example

White with #0BFE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,254,6); }

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

background-color css

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

 a { background-color: rgb(11,254,6); }

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

border-color css

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

 span { border-color: rgb(11,254,6); }

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