Html Css Color HEX #BEFC07 Electric Lime

📋 copy color: '#BEFC07'

red 190 ◦ green 252 ◦ blue 7

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

Shades of Electric Lime #BEFC07

Tints of Electric Lime #BEFC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.12%

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 42.32%
G = 56.12%
B = 1.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BEFC07 (or 0xBEFC07) is known color: Electric Lime. HEX triplet: BE, FC and 07. RGB value is (190,252,7). Sum of RGB (Red+Green+Blue) = 190+252+7=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC07 is #4103F8. Grayscale: #CECECE. Windows color (decimal): -4260857 or 523454. OLE color: 523454.

HSL color Cylindrical-coordinate representation of color #BEFC07: hue angle of 75.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEFC07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 7 -
CMYK 0.25 0 0.97 0.01
HSL 75.18º 0.98% 0.51% -
HSV(B) 75.18º 0.97% 0.99% -
XYZ 56.08 80.58 12.8 -
YUV 205.53 15.96 116.92 -
System Red Green Blue C M Y K H S L
Decimal 190 252 7 0.25 0 0.97 0.01 75.18 0.98 0.51
Hex BE FC 7 19 0 61 1 4B 62 33
Octal 276 374 7 31 0 141 1 113 142 63
Binary 10111110 11111100 111 11001 0 1100001 1 1001011 1100010 110011

Color Harmonies of #BEFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC07

Black with #BEFC07

Text Example


Text Example

White with #BEFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC07; }

 p { color: rgb(190,252,7); }

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

background-color css

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

 a { background-color: rgb(190,252,7); }

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

border-color css

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

 span { border-color: rgb(190,252,7); }

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