Html Css Color HEX #BEFF03 Electric Lime

📋 copy color: '#BEFF03'

red 190 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #BEFF03

Tints of Electric Lime #BEFF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 42.41%
G = 56.92%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#BEFF03 (or 0xBEFF03) is known color: Electric Lime. HEX triplet: BE, FF and 03. RGB value is (190,255,3). Sum of RGB (Red+Green+Blue) = 190+255+3=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF03 is #4100FC. Grayscale: #CFCFCF. Windows color (decimal): -4260093 or 262078. OLE color: 262078.

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

Color convert

RGB 190 255 3 -
CMYK 0.25 0 0.99 0
HSL 75.48º 1% 0.51% -
HSV(B) 75.48º 0.99% 1% -
XYZ 57.01 82.47 13 -
YUV 206.84 12.97 115.99 -
System Red Green Blue C M Y K H S L
Decimal 190 255 3 0.25 0 0.99 0 75.48 1 0.51
Hex BE FF 3 19 0 63 0 4B 64 33
Octal 276 377 3 31 0 143 0 113 144 63
Binary 10111110 11111111 11 11001 0 1100011 0 1001011 1100100 110011

Color Harmonies of #BEFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF03

Black with #BEFF03

Text Example


Text Example

White with #BEFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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