Html Css Color HEX #BEF507 Electric Lime

📋 copy color: '#BEF507'

red 190 ◦ green 245 ◦ blue 7

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

Shades of Electric Lime #BEF507

Tints of Electric Lime #BEF507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 42.99%
G = 55.43%
B = 1.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#BEF507 (or 0xBEF507) is known color: Electric Lime. HEX triplet: BE, F5 and 07. RGB value is (190,245,7). Sum of RGB (Red+Green+Blue) = 190+245+7=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 245 (96.09% from 255 or 55.43% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF507 is #410AF8. Grayscale: #CACACA. Windows color (decimal): -4262649 or 521662. OLE color: 521662.

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

Color convert

RGB 190 245 7 -
CMYK 0.22 0 0.97 0.04
HSL 73.87º 0.94% 0.49% -
HSV(B) 73.87º 0.97% 0.96% -
XYZ 53.93 76.27 12.08 -
YUV 201.42 18.28 119.85 -
System Red Green Blue C M Y K H S L
Decimal 190 245 7 0.22 0 0.97 0.04 73.87 0.94 0.49
Hex BE F5 7 16 0 61 4 4A 5E 31
Octal 276 365 7 26 0 141 4 112 136 61
Binary 10111110 11110101 111 10110 0 1100001 100 1001010 1011110 110001

Color Harmonies of #BEF507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF507

Black with #BEF507

Text Example


Text Example

White with #BEF507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF507; }

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

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

background-color css

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

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

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

border-color css

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

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

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