Html Css Color HEX #BBF001 Electric Lime

📋 copy color: '#BBF001'

red 187 ◦ green 240 ◦ blue 1

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

Shades of Electric Lime #BBF001

Tints of Electric Lime #BBF001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.07%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.69%
G = 56.07%
B = 0.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#BBF001 (or 0xBBF001) is known color: Electric Lime. HEX triplet: BB, F0 and 01. RGB value is (187,240,1). Sum of RGB (Red+Green+Blue) = 187+240+1=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF001 is #440FFE. Grayscale: #C5C5C5. Windows color (decimal): -4460543 or 127163. OLE color: 127163.

HSL color Cylindrical-coordinate representation of color #BBF001: hue angle of 73.31º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF001 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 1 -
CMYK 0.22 0 1.00 0.06
HSL 73.31º 0.99% 0.47% -
HSV(B) 73.31º 1% 0.94% -
XYZ 51.66 72.89 11.37 -
YUV 196.91 17.44 120.93 -
System Red Green Blue C M Y K H S L
Decimal 187 240 1 0.22 0 1.00 0.06 73.31 0.99 0.47
Hex BB F0 1 16 0 64 6 49 63 2F
Octal 273 360 1 26 0 144 6 111 143 57
Binary 10111011 11110000 1 10110 0 1100100 110 1001001 1100011 101111

Color Harmonies of #BBF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF001

Black with #BBF001

Text Example


Text Example

White with #BBF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF001; }

 p { color: rgb(187,240,1); }

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

background-color css

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

 a { background-color: rgb(187,240,1); }

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

border-color css

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

 span { border-color: rgb(187,240,1); }

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