Html Css Color HEX #BBF504 Electric Lime

📋 copy color: '#BBF504'

red 187 ◦ green 245 ◦ blue 4

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

Shades of Electric Lime #BBF504

Tints of Electric Lime #BBF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.19%

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

R = 42.89%
G = 56.19%
B = 0.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BBF504 (or 0xBBF504) is known color: Electric Lime. HEX triplet: BB, F5 and 04. RGB value is (187,245,4). Sum of RGB (Red+Green+Blue) = 187+245+4=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF504 is #440AFB. Grayscale: #C9C9C9. Windows color (decimal): -4459260 or 325051. OLE color: 325051.

HSL color Cylindrical-coordinate representation of color #BBF504: hue angle of 74.44º 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 #BBF504 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 4 -
CMYK 0.24 0 0.98 0.04
HSL 74.44º 0.97% 0.49% -
HSV(B) 74.44º 0.98% 0.96% -
XYZ 53.17 75.88 11.96 -
YUV 200.18 17.28 118.6 -
System Red Green Blue C M Y K H S L
Decimal 187 245 4 0.24 0 0.98 0.04 74.44 0.97 0.49
Hex BB F5 4 18 0 62 4 4A 61 31
Octal 273 365 4 30 0 142 4 112 141 61
Binary 10111011 11110101 100 11000 0 1100010 100 1001010 1100001 110001

Color Harmonies of #BBF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF504

Black with #BBF504

Text Example


Text Example

White with #BBF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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