Html Css Color HEX #BFEE00 Electric Lime

📋 copy color: '#BFEE00'

red 191 ◦ green 238 ◦ blue 0

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

Shades of Electric Lime #BFEE00

Tints of Electric Lime #BFEE00

RGB

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

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

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

R = 44.52%
G = 55.48%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#BFEE00 (or 0xBFEE00) is known color: Electric Lime. HEX triplet: BF, EE and 00. RGB value is (191,238,0). Sum of RGB (Red+Green+Blue) = 191+238+0=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE00 is #4011FF. Grayscale: #C5C5C5. Windows color (decimal): -4198912 or 61119. OLE color: 61119.

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

Color convert

RGB 191 238 0 -
CMYK 0.20 0 1 0.07
HSL 71.85º 1% 0.47% -
HSV(B) 71.85º 1% 0.93% -
XYZ 52.06 72.23 11.2 -
YUV 196.82 16.93 123.85 -
System Red Green Blue C M Y K H S L
Decimal 191 238 0 0.20 0 1 0.07 71.85 1 0.47
Hex BF EE 0 14 0 64 7 48 64 2F
Octal 277 356 0 24 0 144 7 110 144 57
Binary 10111111 11101110 0 10100 0 1100100 111 1001000 1100100 101111

Color Harmonies of #BFEE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE00

Black with #BFEE00

Text Example


Text Example

White with #BFEE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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