Html Css Color HEX #BFEC03 Electric Lime

📋 copy color: '#BFEC03'

red 191 ◦ green 236 ◦ blue 3

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

Shades of Electric Lime #BFEC03

Tints of Electric Lime #BFEC03

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.88%

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

R = 44.42%
G = 54.88%
B = 0.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#BFEC03 (or 0xBFEC03) is known color: Electric Lime. HEX triplet: BF, EC and 03. RGB value is (191,236,3). Sum of RGB (Red+Green+Blue) = 191+236+3=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC03 is #4013FC. Grayscale: #C4C4C4. Windows color (decimal): -4199421 or 257215. OLE color: 257215.

HSL color Cylindrical-coordinate representation of color #BFEC03: hue angle of 71.59º degrees, saturation: 0.97, 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 #BFEC03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 3 -
CMYK 0.19 0 0.99 0.07
HSL 71.59º 0.97% 0.47% -
HSV(B) 71.59º 0.99% 0.93% -
XYZ 51.5 71.07 11.09 -
YUV 195.98 19.09 124.45 -
System Red Green Blue C M Y K H S L
Decimal 191 236 3 0.19 0 0.99 0.07 71.59 0.97 0.47
Hex BF EC 3 13 0 63 7 48 61 2F
Octal 277 354 3 23 0 143 7 110 141 57
Binary 10111111 11101100 11 10011 0 1100011 111 1001000 1100001 101111

Color Harmonies of #BFEC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC03

Black with #BFEC03

Text Example


Text Example

White with #BFEC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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