Html Css Color HEX #BEFD03 Electric Lime

📋 copy color: '#BEFD03'

red 190 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #BEFD03

Tints of Electric Lime #BEFD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 42.6%
G = 56.73%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BEFD03 (or 0xBEFD03) is known color: Electric Lime. HEX triplet: BE, FD and 03. RGB value is (190,253,3). Sum of RGB (Red+Green+Blue) = 190+253+3=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD03 is #4102FC. Grayscale: #CECECE. Windows color (decimal): -4260605 or 261566. OLE color: 261566.

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

Color convert

RGB 190 253 3 -
CMYK 0.25 0 0.99 0.01
HSL 75.12º 0.98% 0.5% -
HSV(B) 75.12º 0.99% 0.99% -
XYZ 56.38 81.2 12.79 -
YUV 205.66 13.63 116.83 -
System Red Green Blue C M Y K H S L
Decimal 190 253 3 0.25 0 0.99 0.01 75.12 0.98 0.5
Hex BE FD 3 19 0 63 1 4B 62 32
Octal 276 375 3 31 0 143 1 113 142 62
Binary 10111110 11111101 11 11001 0 1100011 1 1001011 1100010 110010

Color Harmonies of #BEFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD03

Black with #BEFD03

Text Example


Text Example

White with #BEFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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