Html Css Color HEX #BBF704 Electric Lime

📋 copy color: '#BBF704'

red 187 ◦ green 247 ◦ blue 4

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

Shades of Electric Lime #BBF704

Tints of Electric Lime #BBF704

RGB

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

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

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

R = 42.69%
G = 56.39%
B = 0.91%

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

#BBF704 (or 0xBBF704) is known color: Electric Lime. HEX triplet: BB, F7 and 04. RGB value is (187,247,4). Sum of RGB (Red+Green+Blue) = 187+247+4=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF704 is #4408FB. Grayscale: #CACACA. Windows color (decimal): -4458748 or 325563. OLE color: 325563.

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

Color convert

RGB 187 247 4 -
CMYK 0.24 0 0.98 0.03
HSL 74.81º 0.97% 0.49% -
HSV(B) 74.81º 0.98% 0.97% -
XYZ 53.78 77.1 12.16 -
YUV 201.36 16.62 117.76 -
System Red Green Blue C M Y K H S L
Decimal 187 247 4 0.24 0 0.98 0.03 74.81 0.97 0.49
Hex BB F7 4 18 0 62 3 4B 61 31
Octal 273 367 4 30 0 142 3 113 141 61
Binary 10111011 11110111 100 11000 0 1100010 11 1001011 1100001 110001

Color Harmonies of #BBF704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF704

Black with #BBF704

Text Example


Text Example

White with #BBF704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF704; }

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

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

background-color css

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

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

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

border-color css

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

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

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