Html Css Color HEX #BEFC18 Electric Lime

📋 copy color: '#BEFC18'

red 190 ◦ green 252 ◦ blue 24

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

Shades of Electric Lime #BEFC18

Tints of Electric Lime #BEFC18

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 24 (9.77% from 255) = 5.15%

R = 40.77%
G = 54.08%
B = 5.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#BEFC18 (or 0xBEFC18) is known color: Electric Lime. HEX triplet: BE, FC and 18. RGB value is (190,252,24). Sum of RGB (Red+Green+Blue) = 190+252+24=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC18 is #4103E7. Grayscale: #D0D0D0. Windows color (decimal): -4260840 or 1637566. OLE color: 1637566.

HSL color Cylindrical-coordinate representation of color #BEFC18: hue angle of 76.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEFC18 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 24 -
CMYK 0.25 0 0.90 0.01
HSL 76.32º 0.97% 0.54% -
HSV(B) 76.32º 0.9% 0.99% -
XYZ 56.21 80.63 13.47 -
YUV 207.47 24.46 115.54 -
System Red Green Blue C M Y K H S L
Decimal 190 252 24 0.25 0 0.90 0.01 76.32 0.97 0.54
Hex BE FC 18 19 0 5A 1 4C 61 36
Octal 276 374 30 31 0 132 1 114 141 66
Binary 10111110 11111100 11000 11001 0 1011010 1 1001100 1100001 110110

Color Harmonies of #BEFC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC18

Black with #BEFC18

Text Example


Text Example

White with #BEFC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC18; }

 p { color: rgb(190,252,24); }

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

background-color css

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

 a { background-color: rgb(190,252,24); }

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

border-color css

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

 span { border-color: rgb(190,252,24); }

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