Html Css Color HEX #BEF002 Electric Lime

📋 copy color: '#BEF002'

red 190 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #BEF002

Tints of Electric Lime #BEF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.56%

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

R = 43.98%
G = 55.56%
B = 0.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BEF002 (or 0xBEF002) is known color: Electric Lime. HEX triplet: BE, F0 and 02. RGB value is (190,240,2). Sum of RGB (Red+Green+Blue) = 190+240+2=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF002 is #410FFD. Grayscale: #C6C6C6. Windows color (decimal): -4263934 or 192702. OLE color: 192702.

HSL color Cylindrical-coordinate representation of color #BEF002: hue angle of 72.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEF002 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 2 -
CMYK 0.21 0 0.99 0.06
HSL 72.61º 0.98% 0.47% -
HSV(B) 72.61º 0.99% 0.94% -
XYZ 52.41 73.27 11.44 -
YUV 197.92 17.44 122.35 -
System Red Green Blue C M Y K H S L
Decimal 190 240 2 0.21 0 0.99 0.06 72.61 0.98 0.47
Hex BE F0 2 15 0 63 6 49 62 2F
Octal 276 360 2 25 0 143 6 111 142 57
Binary 10111110 11110000 10 10101 0 1100011 110 1001001 1100010 101111

Color Harmonies of #BEF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF002

Black with #BEF002

Text Example


Text Example

White with #BEF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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