Html Css Color HEX #BFED04 Electric Lime

📋 copy color: '#BFED04'

red 191 ◦ green 237 ◦ blue 4

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

Shades of Electric Lime #BFED04

Tints of Electric Lime #BFED04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 44.21%
G = 54.86%
B = 0.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#BFED04 (or 0xBFED04) is known color: Electric Lime. HEX triplet: BF, ED and 04. RGB value is (191,237,4). Sum of RGB (Red+Green+Blue) = 191+237+4=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED04 is #4012FB. Grayscale: #C5C5C5. Windows color (decimal): -4199164 or 323007. OLE color: 323007.

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

Color convert

RGB 191 237 4 -
CMYK 0.19 0 0.98 0.07
HSL 71.85º 0.97% 0.47% -
HSV(B) 71.85º 0.98% 0.93% -
XYZ 51.79 71.65 11.22 -
YUV 196.68 19.26 123.95 -
System Red Green Blue C M Y K H S L
Decimal 191 237 4 0.19 0 0.98 0.07 71.85 0.97 0.47
Hex BF ED 4 13 0 62 7 48 61 2F
Octal 277 355 4 23 0 142 7 110 141 57
Binary 10111111 11101101 100 10011 0 1100010 111 1001000 1100001 101111

Color Harmonies of #BFED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED04

Black with #BFED04

Text Example


Text Example

White with #BFED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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