Html Css Color HEX #BAFE0C Electric Lime

📋 copy color: '#BAFE0C'

red 186 ◦ green 254 ◦ blue 12

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

Shades of Electric Lime #BAFE0C

Tints of Electric Lime #BAFE0C

RGB

 RED value IS 186 (73.05% from 255) = 41.15%

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

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

R = 41.15%
G = 56.19%
B = 2.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#BAFE0C (or 0xBAFE0C) is known color: Electric Lime. HEX triplet: BA, FE and 0C. RGB value is (186,254,12). Sum of RGB (Red+Green+Blue) = 186+254+12=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE0C is #4501F3. Grayscale: #CECECE. Windows color (decimal): -4522484 or 851642. OLE color: 851642.

HSL color Cylindrical-coordinate representation of color #BAFE0C: hue angle of 76.86º 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 #BAFE0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 12 -
CMYK 0.27 0 0.95 0.00
HSL 76.86º 0.99% 0.52% -
HSV(B) 76.86º 0.95% 1% -
XYZ 55.76 81.35 13.11 -
YUV 206.08 18.47 113.68 -
System Red Green Blue C M Y K H S L
Decimal 186 254 12 0.27 0 0.95 0.00 76.86 0.99 0.52
Hex BA FE C 1B 0 5F 0 4D 63 34
Octal 272 376 14 33 0 137 0 115 143 64
Binary 10111010 11111110 1100 11011 0 1011111 0 1001101 1100011 110100

Color Harmonies of #BAFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE0C

Black with #BAFE0C

Text Example


Text Example

White with #BAFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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