Html Css Color HEX #BBF402 Electric Lime

📋 copy color: '#BBF402'

red 187 ◦ green 244 ◦ blue 2

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

Shades of Electric Lime #BBF402

Tints of Electric Lime #BBF402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 43.19%
G = 56.35%
B = 0.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BBF402 (or 0xBBF402) is known color: Electric Lime. HEX triplet: BB, F4 and 02. RGB value is (187,244,2). Sum of RGB (Red+Green+Blue) = 187+244+2=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF402 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF402 is #440BFD. Grayscale: #C8C8C8. Windows color (decimal): -4459518 or 193723. OLE color: 193723.

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

Color convert

RGB 187 244 2 -
CMYK 0.23 0 0.99 0.04
HSL 74.13º 0.98% 0.48% -
HSV(B) 74.13º 0.99% 0.96% -
XYZ 52.86 75.27 11.8 -
YUV 199.37 16.62 119.18 -
System Red Green Blue C M Y K H S L
Decimal 187 244 2 0.23 0 0.99 0.04 74.13 0.98 0.48
Hex BB F4 2 17 0 63 4 4A 62 30
Octal 273 364 2 27 0 143 4 112 142 60
Binary 10111011 11110100 10 10111 0 1100011 100 1001010 1100010 110000

Color Harmonies of #BBF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF402

Black with #BBF402

Text Example


Text Example

White with #BBF402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF402; }

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

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

background-color css

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

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

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

border-color css

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

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

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