Html Css Color HEX #BBF404 Electric Lime

📋 copy color: '#BBF404'

red 187 ◦ green 244 ◦ blue 4

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

Shades of Electric Lime #BBF404

Tints of Electric Lime #BBF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.09%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 42.99%
G = 56.09%
B = 0.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BBF404 (or 0xBBF404) is known color: Electric Lime. HEX triplet: BB, F4 and 04. RGB value is (187,244,4). Sum of RGB (Red+Green+Blue) = 187+244+4=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF404 is #440BFB. Grayscale: #C8C8C8. Windows color (decimal): -4459516 or 324795. OLE color: 324795.

HSL color Cylindrical-coordinate representation of color #BBF404: hue angle of 74.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 244 4 -
CMYK 0.23 0 0.98 0.04
HSL 74.25º 0.97% 0.49% -
HSV(B) 74.25º 0.98% 0.96% -
XYZ 52.87 75.27 11.86 -
YUV 199.6 17.62 119.01 -
System Red Green Blue C M Y K H S L
Decimal 187 244 4 0.23 0 0.98 0.04 74.25 0.97 0.49
Hex BB F4 4 17 0 62 4 4A 61 31
Octal 273 364 4 27 0 142 4 112 141 61
Binary 10111011 11110100 100 10111 0 1100010 100 1001010 1100001 110001

Color Harmonies of #BBF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF404

Black with #BBF404

Text Example


Text Example

White with #BBF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF404; }

 p { color: rgb(187,244,4); }

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

background-color css

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

 a { background-color: rgb(187,244,4); }

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

border-color css

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

 span { border-color: rgb(187,244,4); }

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