Html Css Color HEX #BEFE10 Electric Lime

📋 copy color: '#BEFE10'

red 190 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #BEFE10

Tints of Electric Lime #BEFE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.22%

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

R = 41.3%
G = 55.22%
B = 3.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#BEFE10 (or 0xBEFE10) is known color: Electric Lime. HEX triplet: BE, FE and 10. RGB value is (190,254,16). Sum of RGB (Red+Green+Blue) = 190+254+16=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE10 is #4101EF. Grayscale: #D0D0D0. Windows color (decimal): -4260336 or 1113790. OLE color: 1113790.

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

Color convert

RGB 190 254 16 -
CMYK 0.25 0 0.94 0.00
HSL 76.13º 0.99% 0.53% -
HSV(B) 76.13º 0.94% 1% -
XYZ 56.77 81.87 13.3 -
YUV 207.73 19.8 115.35 -
System Red Green Blue C M Y K H S L
Decimal 190 254 16 0.25 0 0.94 0.00 76.13 0.99 0.53
Hex BE FE 10 19 0 5E 0 4C 63 35
Octal 276 376 20 31 0 136 0 114 143 65
Binary 10111110 11111110 10000 11001 0 1011110 0 1001100 1100011 110101

Color Harmonies of #BEFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE10

Black with #BEFE10

Text Example


Text Example

White with #BEFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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