Html Css Color HEX #BEFC0A Electric Lime

📋 copy color: '#BEFC0A'

red 190 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #BEFC0A

Tints of Electric Lime #BEFC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 42.04%
G = 55.75%
B = 2.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BEFC0A (or 0xBEFC0A) is known color: Electric Lime. HEX triplet: BE, FC and 0A. RGB value is (190,252,10). Sum of RGB (Red+Green+Blue) = 190+252+10=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC0A is #4103F5. Grayscale: #CECECE. Windows color (decimal): -4260854 or 720062. OLE color: 720062.

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

Color convert

RGB 190 252 10 -
CMYK 0.25 0 0.96 0.01
HSL 75.37º 0.98% 0.51% -
HSV(B) 75.37º 0.96% 0.99% -
XYZ 56.1 80.59 12.89 -
YUV 205.87 17.46 116.68 -
System Red Green Blue C M Y K H S L
Decimal 190 252 10 0.25 0 0.96 0.01 75.37 0.98 0.51
Hex BE FC A 19 0 60 1 4B 62 33
Octal 276 374 12 31 0 140 1 113 142 63
Binary 10111110 11111100 1010 11001 0 1100000 1 1001011 1100010 110011

Color Harmonies of #BEFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC0A

Black with #BEFC0A

Text Example


Text Example

White with #BEFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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