Html Css Color HEX #BEFD00 Electric Lime

📋 copy color: '#BEFD00'

red 190 ◦ green 253 ◦ blue 0

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

Shades of Electric Lime #BEFD00

Tints of Electric Lime #BEFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.89%
G = 57.11%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BEFD00 (or 0xBEFD00) is known color: Electric Lime. HEX triplet: BE, FD and 00. RGB value is (190,253,0). Sum of RGB (Red+Green+Blue) = 190+253+0=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD00 is #4102FF. Grayscale: #CECECE. Windows color (decimal): -4260608 or 64958. OLE color: 64958.

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

Color convert

RGB 190 253 0 -
CMYK 0.25 0 1 0.01
HSL 74.94º 1% 0.5% -
HSV(B) 74.94º 1% 0.99% -
XYZ 56.36 81.2 12.7 -
YUV 205.32 12.13 117.07 -
System Red Green Blue C M Y K H S L
Decimal 190 253 0 0.25 0 1 0.01 74.94 1 0.5
Hex BE FD 0 19 0 64 1 4B 64 32
Octal 276 375 0 31 0 144 1 113 144 62
Binary 10111110 11111101 0 11001 0 1100100 1 1001011 1100100 110010

Color Harmonies of #BEFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD00

Black with #BEFD00

Text Example


Text Example

White with #BEFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD00; }

 p { color: rgb(190,253,0); }

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

background-color css

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

 a { background-color: rgb(190,253,0); }

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

border-color css

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

 span { border-color: rgb(190,253,0); }

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