Html Css Color HEX #BEFE0C Electric Lime

📋 copy color: '#BEFE0C'

red 190 ◦ green 254 ◦ blue 12

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

Shades of Electric Lime #BEFE0C

Tints of Electric Lime #BEFE0C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.7%

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 41.67%
G = 55.7%
B = 2.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#BEFE0C (or 0xBEFE0C) is known color: Electric Lime. HEX triplet: BE, FE and 0C. RGB value is (190,254,12). Sum of RGB (Red+Green+Blue) = 190+254+12=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE0C is #4101F3. Grayscale: #D0D0D0. Windows color (decimal): -4260340 or 851646. OLE color: 851646.

HSL color Cylindrical-coordinate representation of color #BEFE0C: hue angle of 75.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEFE0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 12 -
CMYK 0.25 0 0.95 0.00
HSL 75.87º 0.99% 0.52% -
HSV(B) 75.87º 0.95% 1% -
XYZ 56.74 81.86 13.16 -
YUV 207.28 17.8 115.68 -
System Red Green Blue C M Y K H S L
Decimal 190 254 12 0.25 0 0.95 0.00 75.87 0.99 0.52
Hex BE FE C 19 0 5F 0 4C 63 34
Octal 276 376 14 31 0 137 0 114 143 64
Binary 10111110 11111110 1100 11001 0 1011111 0 1001100 1100011 110100

Color Harmonies of #BEFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE0C

Black with #BEFE0C

Text Example


Text Example

White with #BEFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE0C; }

 p { color: rgb(190,254,12); }

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

background-color css

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

 a { background-color: rgb(190,254,12); }

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

border-color css

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

 span { border-color: rgb(190,254,12); }

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