Html Css Color HEX #BEF40B Electric Lime

📋 copy color: '#BEF40B'

red 190 ◦ green 244 ◦ blue 11

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

Shades of Electric Lime #BEF40B

Tints of Electric Lime #BEF40B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.83%

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

R = 42.7%
G = 54.83%
B = 2.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#BEF40B (or 0xBEF40B) is known color: Electric Lime. HEX triplet: BE, F4 and 0B. RGB value is (190,244,11). Sum of RGB (Red+Green+Blue) = 190+244+11=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF40B is #410BF4. Grayscale: #CACACA. Windows color (decimal): -4262901 or 783550. OLE color: 783550.

HSL color Cylindrical-coordinate representation of color #BEF40B: hue angle of 73.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF40B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 244 11 -
CMYK 0.22 0 0.95 0.04
HSL 73.91º 0.91% 0.5% -
HSV(B) 73.91º 0.95% 0.96% -
XYZ 53.65 75.67 12.1 -
YUV 201.29 20.61 119.95 -
System Red Green Blue C M Y K H S L
Decimal 190 244 11 0.22 0 0.95 0.04 73.91 0.91 0.5
Hex BE F4 B 16 0 5F 4 4A 5B 32
Octal 276 364 13 26 0 137 4 112 133 62
Binary 10111110 11110100 1011 10110 0 1011111 100 1001010 1011011 110010

Color Harmonies of #BEF40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF40B

Black with #BEF40B

Text Example


Text Example

White with #BEF40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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