Html Css Color HEX #BEFA0C Electric Lime

📋 copy color: '#BEFA0C'

red 190 ◦ green 250 ◦ blue 12

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

Shades of Electric Lime #BEFA0C

Tints of Electric Lime #BEFA0C

RGB

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

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

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

R = 42.04%
G = 55.31%
B = 2.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BEFA0C (or 0xBEFA0C) is known color: Electric Lime. HEX triplet: BE, FA and 0C. RGB value is (190,250,12). Sum of RGB (Red+Green+Blue) = 190+250+12=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFA0C is #4105F3. Grayscale: #CDCDCD. Windows color (decimal): -4261364 or 850622. OLE color: 850622.

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

Color convert

RGB 190 250 12 -
CMYK 0.24 0 0.95 0.02
HSL 75.13º 0.96% 0.51% -
HSV(B) 75.13º 0.95% 0.98% -
XYZ 55.49 79.34 12.74 -
YUV 204.93 19.12 117.35 -
System Red Green Blue C M Y K H S L
Decimal 190 250 12 0.24 0 0.95 0.02 75.13 0.96 0.51
Hex BE FA C 18 0 5F 2 4B 60 33
Octal 276 372 14 30 0 137 2 113 140 63
Binary 10111110 11111010 1100 11000 0 1011111 10 1001011 1100000 110011

Color Harmonies of #BEFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA0C

Black with #BEFA0C

Text Example


Text Example

White with #BEFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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