Html Css Color HEX #BEFC0B Electric Lime

📋 copy color: '#BEFC0B'

red 190 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #BEFC0B

Tints of Electric Lime #BEFC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 41.94%
G = 55.63%
B = 2.43%

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

#BEFC0B (or 0xBEFC0B) is known color: Electric Lime. HEX triplet: BE, FC and 0B. RGB value is (190,252,11). Sum of RGB (Red+Green+Blue) = 190+252+11=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC0B is #4103F4. Grayscale: #CECECE. Windows color (decimal): -4260853 or 785598. OLE color: 785598.

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

Color convert

RGB 190 252 11 -
CMYK 0.25 0 0.96 0.01
HSL 75.44º 0.98% 0.52% -
HSV(B) 75.44º 0.96% 0.99% -
XYZ 56.11 80.59 12.92 -
YUV 205.99 17.96 116.6 -
System Red Green Blue C M Y K H S L
Decimal 190 252 11 0.25 0 0.96 0.01 75.44 0.98 0.52
Hex BE FC B 19 0 60 1 4B 62 34
Octal 276 374 13 31 0 140 1 113 142 64
Binary 10111110 11111100 1011 11001 0 1100000 1 1001011 1100010 110100

Color Harmonies of #BEFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC0B

Black with #BEFC0B

Text Example


Text Example

White with #BEFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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