Html Css Color HEX #BFEE03 Electric Lime

📋 copy color: '#BFEE03'

red 191 ◦ green 238 ◦ blue 3

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

Shades of Electric Lime #BFEE03

Tints of Electric Lime #BFEE03

RGB

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

 GREEN value IS 238 (93.36% from 255) = 55.09%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 44.21%
G = 55.09%
B = 0.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#BFEE03 (or 0xBFEE03) is known color: Electric Lime. HEX triplet: BF, EE and 03. RGB value is (191,238,3). Sum of RGB (Red+Green+Blue) = 191+238+3=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 238 (93.36% from 255 or 55.09% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE03 is #4011FC. Grayscale: #C6C6C6. Windows color (decimal): -4198909 or 257727. OLE color: 257727.

HSL color Cylindrical-coordinate representation of color #BFEE03: hue angle of 72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFEE03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 3 -
CMYK 0.20 0 0.99 0.07
HSL 72º 0.98% 0.47% -
HSV(B) 72º 0.99% 0.93% -
XYZ 52.08 72.23 11.28 -
YUV 197.16 18.43 123.61 -
System Red Green Blue C M Y K H S L
Decimal 191 238 3 0.20 0 0.99 0.07 72 0.98 0.47
Hex BF EE 3 14 0 63 7 48 62 2F
Octal 277 356 3 24 0 143 7 110 142 57
Binary 10111111 11101110 11 10100 0 1100011 111 1001000 1100010 101111

Color Harmonies of #BFEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE03

Black with #BFEE03

Text Example


Text Example

White with #BFEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE03; }

 p { color: rgb(191,238,3); }

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

background-color css

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

 a { background-color: rgb(191,238,3); }

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

border-color css

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

 span { border-color: rgb(191,238,3); }

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