Html Css Color HEX #BEFF04 Electric Lime

📋 copy color: '#BEFF04'

red 190 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #BEFF04

Tints of Electric Lime #BEFF04

RGB

 RED value IS 190 (74.61% from 255) = 42.32%

 GREEN value IS 255 (100% from 255) = 56.79%

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

R = 42.32%
G = 56.79%
B = 0.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BEFF04 (or 0xBEFF04) is known color: Electric Lime. HEX triplet: BE, FF and 04. RGB value is (190,255,4). Sum of RGB (Red+Green+Blue) = 190+255+4=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF04 is #4100FB. Grayscale: #CFCFCF. Windows color (decimal): -4260092 or 327614. OLE color: 327614.

HSL color Cylindrical-coordinate representation of color #BEFF04: hue angle of 75.54º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEFF04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 4 -
CMYK 0.25 0 0.98 0
HSL 75.54º 1% 0.51% -
HSV(B) 75.54º 0.98% 1% -
XYZ 57.02 82.48 13.03 -
YUV 206.95 13.47 115.91 -
System Red Green Blue C M Y K H S L
Decimal 190 255 4 0.25 0 0.98 0 75.54 1 0.51
Hex BE FF 4 19 0 62 0 4C 64 33
Octal 276 377 4 31 0 142 0 114 144 63
Binary 10111110 11111111 100 11001 0 1100010 0 1001100 1100100 110011

Color Harmonies of #BEFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF04

Black with #BEFF04

Text Example


Text Example

White with #BEFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF04; }

 p { color: rgb(190,255,4); }

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

background-color css

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

 a { background-color: rgb(190,255,4); }

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

border-color css

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

 span { border-color: rgb(190,255,4); }

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