Html Css Color HEX #BEF201 Electric Lime

📋 copy color: '#BEF201'

red 190 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #BEF201

Tints of Electric Lime #BEF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.89%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.88%
G = 55.89%
B = 0.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#BEF201 (or 0xBEF201) is known color: Electric Lime. HEX triplet: BE, F2 and 01. RGB value is (190,242,1). Sum of RGB (Red+Green+Blue) = 190+242+1=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF201 is #410DFE. Grayscale: #C7C7C7. Windows color (decimal): -4263423 or 127678. OLE color: 127678.

HSL color Cylindrical-coordinate representation of color #BEF201: hue angle of 72.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF201 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 1 -
CMYK 0.21 0 1.00 0.05
HSL 72.95º 0.99% 0.48% -
HSV(B) 72.95º 1% 0.95% -
XYZ 52.99 74.45 11.61 -
YUV 198.98 16.27 121.6 -
System Red Green Blue C M Y K H S L
Decimal 190 242 1 0.21 0 1.00 0.05 72.95 0.99 0.48
Hex BE F2 1 15 0 64 5 49 63 30
Octal 276 362 1 25 0 144 5 111 143 60
Binary 10111110 11110010 1 10101 0 1100100 101 1001001 1100011 110000

Color Harmonies of #BEF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF201

Black with #BEF201

Text Example


Text Example

White with #BEF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF201; }

 p { color: rgb(190,242,1); }

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

background-color css

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

 a { background-color: rgb(190,242,1); }

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

border-color css

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

 span { border-color: rgb(190,242,1); }

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