Html Css Color HEX #BEFA16 Electric Lime

📋 copy color: '#BEFA16'

red 190 ◦ green 250 ◦ blue 22

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

Shades of Electric Lime #BEFA16

Tints of Electric Lime #BEFA16

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.11%

 BLUE value IS 22 (8.98% from 255) = 4.76%

R = 41.13%
G = 54.11%
B = 4.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#BEFA16 (or 0xBEFA16) is known color: Electric Lime. HEX triplet: BE, FA and 16. RGB value is (190,250,22). Sum of RGB (Red+Green+Blue) = 190+250+22=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFA16 is #4105E9. Grayscale: #CECECE. Windows color (decimal): -4261354 or 1505982. OLE color: 1505982.

HSL color Cylindrical-coordinate representation of color #BEFA16: hue angle of 75.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEFA16 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 22 -
CMYK 0.24 0 0.91 0.02
HSL 75.79º 0.96% 0.53% -
HSV(B) 75.79º 0.91% 0.98% -
XYZ 55.57 79.38 13.15 -
YUV 206.07 24.12 116.54 -
System Red Green Blue C M Y K H S L
Decimal 190 250 22 0.24 0 0.91 0.02 75.79 0.96 0.53
Hex BE FA 16 18 0 5B 2 4C 60 35
Octal 276 372 26 30 0 133 2 114 140 65
Binary 10111110 11111010 10110 11000 0 1011011 10 1001100 1100000 110101

Color Harmonies of #BEFA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA16

Black with #BEFA16

Text Example


Text Example

White with #BEFA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA16; }

 p { color: rgb(190,250,22); }

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

background-color css

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

 a { background-color: rgb(190,250,22); }

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

border-color css

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

 span { border-color: rgb(190,250,22); }

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