Html Css Color HEX #BBF906 Electric Lime

📋 copy color: '#BBF906'

red 187 ◦ green 249 ◦ blue 6

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

Shades of Electric Lime #BBF906

Tints of Electric Lime #BBF906

RGB

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

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

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

R = 42.31%
G = 56.33%
B = 1.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#BBF906 (or 0xBBF906) is known color: Electric Lime. HEX triplet: BB, F9 and 06. RGB value is (187,249,6). Sum of RGB (Red+Green+Blue) = 187+249+6=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF906 is #4406F9. Grayscale: #CBCBCB. Windows color (decimal): -4458234 or 457147. OLE color: 457147.

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

Color convert

RGB 187 249 6 -
CMYK 0.25 0 0.98 0.02
HSL 75.31º 0.95% 0.5% -
HSV(B) 75.31º 0.98% 0.98% -
XYZ 54.4 78.33 12.42 -
YUV 202.76 16.96 116.76 -
System Red Green Blue C M Y K H S L
Decimal 187 249 6 0.25 0 0.98 0.02 75.31 0.95 0.5
Hex BB F9 6 19 0 62 2 4B 5F 32
Octal 273 371 6 31 0 142 2 113 137 62
Binary 10111011 11111001 110 11001 0 1100010 10 1001011 1011111 110010

Color Harmonies of #BBF906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF906

Black with #BBF906

Text Example


Text Example

White with #BBF906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF906; }

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

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

background-color css

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

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

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

border-color css

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

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

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