Html Css Color HEX #BEFF0F Electric Lime

📋 copy color: '#BEFF0F'

red 190 ◦ green 255 ◦ blue 15

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

Shades of Electric Lime #BEFF0F

Tints of Electric Lime #BEFF0F

RGB

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

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

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

R = 41.3%
G = 55.43%
B = 3.26%

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

#BEFF0F (or 0xBEFF0F) is known color: Electric Lime. HEX triplet: BE, FF and 0F. RGB value is (190,255,15). Sum of RGB (Red+Green+Blue) = 190+255+15=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF0F is #4100F0. Grayscale: #D1D1D1. Windows color (decimal): -4260081 or 1048510. OLE color: 1048510.

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

Color convert

RGB 190 255 15 -
CMYK 0.25 0 0.94 0
HSL 76.25º 1% 0.53% -
HSV(B) 76.25º 0.94% 1% -
XYZ 57.08 82.5 13.37 -
YUV 208.21 18.97 115.01 -
System Red Green Blue C M Y K H S L
Decimal 190 255 15 0.25 0 0.94 0 76.25 1 0.53
Hex BE FF F 19 0 5E 0 4C 64 35
Octal 276 377 17 31 0 136 0 114 144 65
Binary 10111110 11111111 1111 11001 0 1011110 0 1001100 1100100 110101

Color Harmonies of #BEFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF0F

Black with #BEFF0F

Text Example


Text Example

White with #BEFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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