Html Css Color HEX #BBFD02 Electric Lime

📋 copy color: '#BBFD02'

red 187 ◦ green 253 ◦ blue 2

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

Shades of Electric Lime #BBFD02

Tints of Electric Lime #BBFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.24%

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

R = 42.31%
G = 57.24%
B = 0.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BBFD02 (or 0xBBFD02) is known color: Electric Lime. HEX triplet: BB, FD and 02. RGB value is (187,253,2). Sum of RGB (Red+Green+Blue) = 187+253+2=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD02 is #4402FD. Grayscale: #CDCDCD. Windows color (decimal): -4457214 or 196027. OLE color: 196027.

HSL color Cylindrical-coordinate representation of color #BBFD02: hue angle of 75.78º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBFD02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 2 -
CMYK 0.26 0 0.99 0.01
HSL 75.78º 0.98% 0.5% -
HSV(B) 75.78º 0.99% 0.99% -
XYZ 55.63 80.82 12.73 -
YUV 204.65 13.63 115.41 -
System Red Green Blue C M Y K H S L
Decimal 187 253 2 0.26 0 0.99 0.01 75.78 0.98 0.5
Hex BB FD 2 1A 0 63 1 4C 62 32
Octal 273 375 2 32 0 143 1 114 142 62
Binary 10111011 11111101 10 11010 0 1100011 1 1001100 1100010 110010

Color Harmonies of #BBFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD02

Black with #BBFD02

Text Example


Text Example

White with #BBFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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