Html Css Color HEX #BEFE04 Electric Lime

📋 copy color: '#BEFE04'

red 190 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #BEFE04

Tints of Electric Lime #BEFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.7%

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

R = 42.41%
G = 56.7%
B = 0.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#BEFE04 (or 0xBEFE04) is known color: Electric Lime. HEX triplet: BE, FE and 04. RGB value is (190,254,4). Sum of RGB (Red+Green+Blue) = 190+254+4=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE04 is #4101FB. Grayscale: #CFCFCF. Windows color (decimal): -4260348 or 327358. OLE color: 327358.

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

Color convert

RGB 190 254 4 -
CMYK 0.25 0 0.98 0.00
HSL 75.36º 0.99% 0.51% -
HSV(B) 75.36º 0.98% 1% -
XYZ 56.7 81.84 12.92 -
YUV 206.36 13.8 116.33 -
System Red Green Blue C M Y K H S L
Decimal 190 254 4 0.25 0 0.98 0.00 75.36 0.99 0.51
Hex BE FE 4 19 0 62 0 4B 63 33
Octal 276 376 4 31 0 142 0 113 143 63
Binary 10111110 11111110 100 11001 0 1100010 0 1001011 1100011 110011

Color Harmonies of #BEFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE04

Black with #BEFE04

Text Example


Text Example

White with #BEFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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