Html Css Color HEX #BEF500 Electric Lime

📋 copy color: '#BEF500'

red 190 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #BEF500

Tints of Electric Lime #BEF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.32%

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

R = 43.68%
G = 56.32%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#BEF500 (or 0xBEF500) is known color: Electric Lime. HEX triplet: BE, F5 and 00. RGB value is (190,245,0). Sum of RGB (Red+Green+Blue) = 190+245+0=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF500 is #410AFF. Grayscale: #C9C9C9. Windows color (decimal): -4262656 or 62910. OLE color: 62910.

HSL color Cylindrical-coordinate representation of color #BEF500: hue angle of 73.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 0 -
CMYK 0.22 0 1 0.04
HSL 73.47º 1% 0.48% -
HSV(B) 73.47º 1% 0.96% -
XYZ 53.89 76.25 11.88 -
YUV 200.63 14.78 120.42 -
System Red Green Blue C M Y K H S L
Decimal 190 245 0 0.22 0 1 0.04 73.47 1 0.48
Hex BE F5 0 16 0 64 4 49 64 30
Octal 276 365 0 26 0 144 4 111 144 60
Binary 10111110 11110101 0 10110 0 1100100 100 1001001 1100100 110000

Color Harmonies of #BEF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF500

Black with #BEF500

Text Example


Text Example

White with #BEF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF500; }

 p { color: rgb(190,245,0); }

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

background-color css

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

 a { background-color: rgb(190,245,0); }

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

border-color css

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

 span { border-color: rgb(190,245,0); }

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