Html Css Color HEX #BBF204 Electric Lime

📋 copy color: '#BBF204'

red 187 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #BBF204

Tints of Electric Lime #BBF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.89%

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

R = 43.19%
G = 55.89%
B = 0.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BBF204 (or 0xBBF204) is known color: Electric Lime. HEX triplet: BB, F2 and 04. RGB value is (187,242,4). Sum of RGB (Red+Green+Blue) = 187+242+4=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF204 is #440DFB. Grayscale: #C7C7C7. Windows color (decimal): -4460028 or 324283. OLE color: 324283.

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

Color convert

RGB 187 242 4 -
CMYK 0.23 0 0.98 0.05
HSL 73.87º 0.97% 0.48% -
HSV(B) 73.87º 0.98% 0.95% -
XYZ 52.27 74.08 11.66 -
YUV 198.42 18.28 119.85 -
System Red Green Blue C M Y K H S L
Decimal 187 242 4 0.23 0 0.98 0.05 73.87 0.97 0.48
Hex BB F2 4 17 0 62 5 4A 61 30
Octal 273 362 4 27 0 142 5 112 141 60
Binary 10111011 11110010 100 10111 0 1100010 101 1001010 1100001 110000

Color Harmonies of #BBF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF204

Black with #BBF204

Text Example


Text Example

White with #BBF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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