Html Css Color HEX #BFEF00 Electric Lime

📋 copy color: '#BFEF00'

red 191 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #BFEF00

Tints of Electric Lime #BFEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.42%
G = 55.58%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BFEF00 (or 0xBFEF00) is known color: Electric Lime. HEX triplet: BF, EF and 00. RGB value is (191,239,0). Sum of RGB (Red+Green+Blue) = 191+239+0=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEF00 is #4010FF. Grayscale: #C6C6C6. Windows color (decimal): -4198656 or 61375. OLE color: 61375.

HSL color Cylindrical-coordinate representation of color #BFEF00: hue angle of 72.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFEF00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 0 -
CMYK 0.20 0 1 0.06
HSL 72.05º 1% 0.47% -
HSV(B) 72.05º 1% 0.94% -
XYZ 52.35 72.81 11.29 -
YUV 197.4 16.6 123.43 -
System Red Green Blue C M Y K H S L
Decimal 191 239 0 0.20 0 1 0.06 72.05 1 0.47
Hex BF EF 0 14 0 64 6 48 64 2F
Octal 277 357 0 24 0 144 6 110 144 57
Binary 10111111 11101111 0 10100 0 1100100 110 1001000 1100100 101111

Color Harmonies of #BFEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEF00

Black with #BFEF00

Text Example


Text Example

White with #BFEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEF00; }

 p { color: rgb(191,239,0); }

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

background-color css

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

 a { background-color: rgb(191,239,0); }

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

border-color css

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

 span { border-color: rgb(191,239,0); }

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