Html Css Color HEX #BEFF13 Electric Lime

📋 copy color: '#BEFF13'

red 190 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #BEFF13

Tints of Electric Lime #BEFF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 40.95%
G = 54.96%
B = 4.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#BEFF13 (or 0xBEFF13) is known color: Electric Lime. HEX triplet: BE, FF and 13. RGB value is (190,255,19). Sum of RGB (Red+Green+Blue) = 190+255+19=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF13 is #4100EC. Grayscale: #D1D1D1. Windows color (decimal): -4260077 or 1310654. OLE color: 1310654.

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

Color convert

RGB 190 255 19 -
CMYK 0.25 0 0.93 0
HSL 76.53º 1% 0.54% -
HSV(B) 76.53º 0.93% 1% -
XYZ 57.11 82.51 13.53 -
YUV 208.66 20.97 114.69 -
System Red Green Blue C M Y K H S L
Decimal 190 255 19 0.25 0 0.93 0 76.53 1 0.54
Hex BE FF 13 19 0 5D 0 4D 64 36
Octal 276 377 23 31 0 135 0 115 144 66
Binary 10111110 11111111 10011 11001 0 1011101 0 1001101 1100100 110110

Color Harmonies of #BEFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF13

Black with #BEFF13

Text Example


Text Example

White with #BEFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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