Html Css Color HEX #BEFE14 Electric Lime

📋 copy color: '#BEFE14'

red 190 ◦ green 254 ◦ blue 20

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

Shades of Electric Lime #BEFE14

Tints of Electric Lime #BEFE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 40.95%
G = 54.74%
B = 4.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#BEFE14 (or 0xBEFE14) is known color: Electric Lime. HEX triplet: BE, FE and 14. RGB value is (190,254,20). Sum of RGB (Red+Green+Blue) = 190+254+20=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE14 is #4101EB. Grayscale: #D1D1D1. Windows color (decimal): -4260332 or 1375934. OLE color: 1375934.

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

Color convert

RGB 190 254 20 -
CMYK 0.25 0 0.92 0.00
HSL 76.41º 0.99% 0.54% -
HSV(B) 76.41º 0.92% 1% -
XYZ 56.8 81.88 13.47 -
YUV 208.19 21.8 115.03 -
System Red Green Blue C M Y K H S L
Decimal 190 254 20 0.25 0 0.92 0.00 76.41 0.99 0.54
Hex BE FE 14 19 0 5C 0 4C 63 36
Octal 276 376 24 31 0 134 0 114 143 66
Binary 10111110 11111110 10100 11001 0 1011100 0 1001100 1100011 110110

Color Harmonies of #BEFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE14

Black with #BEFE14

Text Example


Text Example

White with #BEFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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