Html Css Color HEX #BEFC02 Electric Lime

📋 copy color: '#BEFC02'

red 190 ◦ green 252 ◦ blue 2

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

Shades of Electric Lime #BEFC02

Tints of Electric Lime #BEFC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 42.79%
G = 56.76%
B = 0.45%

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

#BEFC02 (or 0xBEFC02) is known color: Electric Lime. HEX triplet: BE, FC and 02. RGB value is (190,252,2). Sum of RGB (Red+Green+Blue) = 190+252+2=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC02 is #4103FD. Grayscale: #CDCDCD. Windows color (decimal): -4260862 or 195774. OLE color: 195774.

HSL color Cylindrical-coordinate representation of color #BEFC02: hue angle of 74.88º 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 #BEFC02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 2 -
CMYK 0.25 0 0.99 0.01
HSL 74.88º 0.98% 0.5% -
HSV(B) 74.88º 0.99% 0.99% -
XYZ 56.06 80.57 12.65 -
YUV 204.96 13.46 117.33 -
System Red Green Blue C M Y K H S L
Decimal 190 252 2 0.25 0 0.99 0.01 74.88 0.98 0.5
Hex BE FC 2 19 0 63 1 4B 62 32
Octal 276 374 2 31 0 143 1 113 142 62
Binary 10111110 11111100 10 11001 0 1100011 1 1001011 1100010 110010

Color Harmonies of #BEFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC02

Black with #BEFC02

Text Example


Text Example

White with #BEFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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