Html Css Color HEX #BBEF00 Electric Lime

📋 copy color: '#BBEF00'

red 187 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #BBEF00

Tints of Electric Lime #BBEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.9%
G = 56.1%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BBEF00 (or 0xBBEF00) is known color: Electric Lime. HEX triplet: BB, EF and 00. RGB value is (187,239,0). Sum of RGB (Red+Green+Blue) = 187+239+0=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF00 is #4410FF. Grayscale: #C5C5C5. Windows color (decimal): -4460800 or 61371. OLE color: 61371.

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

Color convert

RGB 187 239 0 -
CMYK 0.22 0 1 0.06
HSL 73.05º 1% 0.47% -
HSV(B) 73.05º 1% 0.94% -
XYZ 51.36 72.3 11.25 -
YUV 196.21 17.27 121.43 -
System Red Green Blue C M Y K H S L
Decimal 187 239 0 0.22 0 1 0.06 73.05 1 0.47
Hex BB EF 0 16 0 64 6 49 64 2F
Octal 273 357 0 26 0 144 6 111 144 57
Binary 10111011 11101111 0 10110 0 1100100 110 1001001 1100100 101111

Color Harmonies of #BBEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEF00

Black with #BBEF00

Text Example


Text Example

White with #BBEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEF00; }

 p { color: rgb(187,239,0); }

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

background-color css

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

 a { background-color: rgb(187,239,0); }

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

border-color css

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

 span { border-color: rgb(187,239,0); }

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