Html Css Color HEX #BEF207 Electric Lime

📋 copy color: '#BEF207'

red 190 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #BEF207

Tints of Electric Lime #BEF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.13%

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

R = 43.28%
G = 55.13%
B = 1.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BEF207 (or 0xBEF207) is known color: Electric Lime. HEX triplet: BE, F2 and 07. RGB value is (190,242,7). Sum of RGB (Red+Green+Blue) = 190+242+7=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF207 is #410DF8. Grayscale: #C8C8C8. Windows color (decimal): -4263417 or 520894. OLE color: 520894.

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

Color convert

RGB 190 242 7 -
CMYK 0.21 0 0.97 0.05
HSL 73.28º 0.94% 0.49% -
HSV(B) 73.28º 0.97% 0.95% -
XYZ 53.03 74.47 11.78 -
YUV 199.66 19.27 121.11 -
System Red Green Blue C M Y K H S L
Decimal 190 242 7 0.21 0 0.97 0.05 73.28 0.94 0.49
Hex BE F2 7 15 0 61 5 49 5E 31
Octal 276 362 7 25 0 141 5 111 136 61
Binary 10111110 11110010 111 10101 0 1100001 101 1001001 1011110 110001

Color Harmonies of #BEF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF207

Black with #BEF207

Text Example


Text Example

White with #BEF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF207; }

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

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

background-color css

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

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

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

border-color css

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

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

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