Html Css Color HEX #BFEB02 Electric Lime

📋 copy color: '#BFEB02'

red 191 ◦ green 235 ◦ blue 2

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

Shades of Electric Lime #BFEB02

Tints of Electric Lime #BFEB02

RGB

 RED value IS 191 (75% from 255) = 44.63%

 GREEN value IS 235 (92.19% from 255) = 54.91%

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

R = 44.63%
G = 54.91%
B = 0.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#BFEB02 (or 0xBFEB02) is known color: Electric Lime. HEX triplet: BF, EB and 02. RGB value is (191,235,2). Sum of RGB (Red+Green+Blue) = 191+235+2=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB02 is #4014FD. Grayscale: #C4C4C4. Windows color (decimal): -4199678 or 191423. OLE color: 191423.

HSL color Cylindrical-coordinate representation of color #BFEB02: hue angle of 71.33º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFEB02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 2 -
CMYK 0.19 0 0.99 0.08
HSL 71.33º 0.98% 0.46% -
HSV(B) 71.33º 0.99% 0.92% -
XYZ 51.21 70.5 10.97 -
YUV 195.28 18.92 124.95 -
System Red Green Blue C M Y K H S L
Decimal 191 235 2 0.19 0 0.99 0.08 71.33 0.98 0.46
Hex BF EB 2 13 0 63 8 47 62 2E
Octal 277 353 2 23 0 143 10 107 142 56
Binary 10111111 11101011 10 10011 0 1100011 1000 1000111 1100010 101110

Color Harmonies of #BFEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB02

Black with #BFEB02

Text Example


Text Example

White with #BFEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB02; }

 p { color: rgb(191,235,2); }

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

background-color css

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

 a { background-color: rgb(191,235,2); }

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

border-color css

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

 span { border-color: rgb(191,235,2); }

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