Html Css Color HEX #BEF602 Electric Lime

📋 copy color: '#BEF602'

red 190 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #BEF602

Tints of Electric Lime #BEF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.16%

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

R = 43.38%
G = 56.16%
B = 0.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BEF602 (or 0xBEF602) is known color: Electric Lime. HEX triplet: BE, F6 and 02. RGB value is (190,246,2). Sum of RGB (Red+Green+Blue) = 190+246+2=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF602 is #4109FD. Grayscale: #CACACA. Windows color (decimal): -4262398 or 194238. OLE color: 194238.

HSL color Cylindrical-coordinate representation of color #BEF602: hue angle of 73.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEF602 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 2 -
CMYK 0.23 0 0.99 0.04
HSL 73.77º 0.98% 0.49% -
HSV(B) 73.77º 0.99% 0.96% -
XYZ 54.2 76.86 12.04 -
YUV 201.44 15.45 119.84 -
System Red Green Blue C M Y K H S L
Decimal 190 246 2 0.23 0 0.99 0.04 73.77 0.98 0.49
Hex BE F6 2 17 0 63 4 4A 62 31
Octal 276 366 2 27 0 143 4 112 142 61
Binary 10111110 11110110 10 10111 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BEF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF602

Black with #BEF602

Text Example


Text Example

White with #BEF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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