Html Css Color HEX #BFED03 Electric Lime

📋 copy color: '#BFED03'

red 191 ◦ green 237 ◦ blue 3

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

Shades of Electric Lime #BFED03

Tints of Electric Lime #BFED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.99%

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

R = 44.32%
G = 54.99%
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

#BFED03 (or 0xBFED03) is known color: Electric Lime. HEX triplet: BF, ED and 03. RGB value is (191,237,3). Sum of RGB (Red+Green+Blue) = 191+237+3=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED03 is #4012FC. Grayscale: #C5C5C5. Windows color (decimal): -4199165 or 257471. OLE color: 257471.

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

Color convert

RGB 191 237 3 -
CMYK 0.19 0 0.99 0.07
HSL 71.79º 0.98% 0.47% -
HSV(B) 71.79º 0.99% 0.93% -
XYZ 51.79 71.65 11.19 -
YUV 196.57 18.76 124.03 -
System Red Green Blue C M Y K H S L
Decimal 191 237 3 0.19 0 0.99 0.07 71.79 0.98 0.47
Hex BF ED 3 13 0 63 7 48 62 2F
Octal 277 355 3 23 0 143 7 110 142 57
Binary 10111111 11101101 11 10011 0 1100011 111 1001000 1100010 101111

Color Harmonies of #BFED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED03

Black with #BFED03

Text Example


Text Example

White with #BFED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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