Html Css Color HEX #BBF706 Electric Lime

📋 copy color: '#BBF706'

red 187 ◦ green 247 ◦ blue 6

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

Shades of Electric Lime #BBF706

Tints of Electric Lime #BBF706

RGB

 RED value IS 187 (73.44% from 255) = 42.5%

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

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

R = 42.5%
G = 56.14%
B = 1.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#BBF706 (or 0xBBF706) is known color: Electric Lime. HEX triplet: BB, F7 and 06. RGB value is (187,247,6). Sum of RGB (Red+Green+Blue) = 187+247+6=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF706 is #4408F9. Grayscale: #CACACA. Windows color (decimal): -4458746 or 456635. OLE color: 456635.

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

Color convert

RGB 187 247 6 -
CMYK 0.24 0 0.98 0.03
HSL 74.94º 0.95% 0.5% -
HSV(B) 74.94º 0.98% 0.97% -
XYZ 53.79 77.1 12.22 -
YUV 201.59 17.62 117.6 -
System Red Green Blue C M Y K H S L
Decimal 187 247 6 0.24 0 0.98 0.03 74.94 0.95 0.5
Hex BB F7 6 18 0 62 3 4B 5F 32
Octal 273 367 6 30 0 142 3 113 137 62
Binary 10111011 11110111 110 11000 0 1100010 11 1001011 1011111 110010

Color Harmonies of #BBF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF706

Black with #BBF706

Text Example


Text Example

White with #BBF706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF706; }

 p { color: rgb(187,247,6); }

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

background-color css

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

 a { background-color: rgb(187,247,6); }

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

border-color css

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

 span { border-color: rgb(187,247,6); }

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