Html Css Color HEX #BEFF10 Electric Lime

📋 copy color: '#BEFF10'

red 190 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #BEFF10

Tints of Electric Lime #BEFF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 41.21%
G = 55.31%
B = 3.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#BEFF10 (or 0xBEFF10) is known color: Electric Lime. HEX triplet: BE, FF and 10. RGB value is (190,255,16). Sum of RGB (Red+Green+Blue) = 190+255+16=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF10 is #4100EF. Grayscale: #D1D1D1. Windows color (decimal): -4260080 or 1114046. OLE color: 1114046.

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

Color convert

RGB 190 255 16 -
CMYK 0.25 0 0.94 0
HSL 76.32º 1% 0.53% -
HSV(B) 76.32º 0.94% 1% -
XYZ 57.09 82.5 13.41 -
YUV 208.32 19.47 114.93 -
System Red Green Blue C M Y K H S L
Decimal 190 255 16 0.25 0 0.94 0 76.32 1 0.53
Hex BE FF 10 19 0 5E 0 4C 64 35
Octal 276 377 20 31 0 136 0 114 144 65
Binary 10111110 11111111 10000 11001 0 1011110 0 1001100 1100100 110101

Color Harmonies of #BEFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF10

Black with #BEFF10

Text Example


Text Example

White with #BEFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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