Html Css Color HEX #BEFE0F Electric Lime

📋 copy color: '#BEFE0F'

red 190 ◦ green 254 ◦ blue 15

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

Shades of Electric Lime #BEFE0F

Tints of Electric Lime #BEFE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 41.39%
G = 55.34%
B = 3.27%

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

#BEFE0F (or 0xBEFE0F) is known color: Electric Lime. HEX triplet: BE, FE and 0F. RGB value is (190,254,15). Sum of RGB (Red+Green+Blue) = 190+254+15=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE0F is #4101F0. Grayscale: #D0D0D0. Windows color (decimal): -4260337 or 1048254. OLE color: 1048254.

HSL color Cylindrical-coordinate representation of color #BEFE0F: hue angle of 76.07º 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 #BEFE0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 15 -
CMYK 0.25 0 0.94 0.00
HSL 76.07º 0.99% 0.53% -
HSV(B) 76.07º 0.94% 1% -
XYZ 56.76 81.87 13.26 -
YUV 207.62 19.3 115.43 -
System Red Green Blue C M Y K H S L
Decimal 190 254 15 0.25 0 0.94 0.00 76.07 0.99 0.53
Hex BE FE F 19 0 5E 0 4C 63 35
Octal 276 376 17 31 0 136 0 114 143 65
Binary 10111110 11111110 1111 11001 0 1011110 0 1001100 1100011 110101

Color Harmonies of #BEFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE0F

Black with #BEFE0F

Text Example


Text Example

White with #BEFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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