Html Css Color HEX #BEF505 Electric Lime

📋 copy color: '#BEF505'

red 190 ◦ green 245 ◦ blue 5

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

Shades of Electric Lime #BEF505

Tints of Electric Lime #BEF505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 43.18%
G = 55.68%
B = 1.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BEF505 (or 0xBEF505) is known color: Electric Lime. HEX triplet: BE, F5 and 05. RGB value is (190,245,5). Sum of RGB (Red+Green+Blue) = 190+245+5=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF505 is #410AFA. Grayscale: #CACACA. Windows color (decimal): -4262651 or 390590. OLE color: 390590.

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

Color convert

RGB 190 245 5 -
CMYK 0.22 0 0.98 0.04
HSL 73.75º 0.96% 0.49% -
HSV(B) 73.75º 0.98% 0.96% -
XYZ 53.92 76.26 12.02 -
YUV 201.2 17.28 120.01 -
System Red Green Blue C M Y K H S L
Decimal 190 245 5 0.22 0 0.98 0.04 73.75 0.96 0.49
Hex BE F5 5 16 0 62 4 4A 60 31
Octal 276 365 5 26 0 142 4 112 140 61
Binary 10111110 11110101 101 10110 0 1100010 100 1001010 1100000 110001

Color Harmonies of #BEF505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF505

Black with #BEF505

Text Example


Text Example

White with #BEF505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF505; }

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

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

background-color css

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

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

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

border-color css

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

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

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