Html Css Color HEX #BEFE02 Electric Lime

📋 copy color: '#BEFE02'

red 190 ◦ green 254 ◦ blue 2

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

Shades of Electric Lime #BEFE02

Tints of Electric Lime #BEFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.95%

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

R = 42.6%
G = 56.95%
B = 0.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#BEFE02 (or 0xBEFE02) is known color: Electric Lime. HEX triplet: BE, FE and 02. RGB value is (190,254,2). Sum of RGB (Red+Green+Blue) = 190+254+2=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE02 is #4101FD. Grayscale: #CFCFCF. Windows color (decimal): -4260350 or 196286. OLE color: 196286.

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

Color convert

RGB 190 254 2 -
CMYK 0.25 0 0.99 0.00
HSL 75.24º 0.99% 0.5% -
HSV(B) 75.24º 0.99% 1% -
XYZ 56.69 81.84 12.87 -
YUV 206.14 12.8 116.49 -
System Red Green Blue C M Y K H S L
Decimal 190 254 2 0.25 0 0.99 0.00 75.24 0.99 0.5
Hex BE FE 2 19 0 63 0 4B 63 32
Octal 276 376 2 31 0 143 0 113 143 62
Binary 10111110 11111110 10 11001 0 1100011 0 1001011 1100011 110010

Color Harmonies of #BEFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE02

Black with #BEFE02

Text Example


Text Example

White with #BEFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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