Html Css Color HEX #BAFC0C Electric Lime

📋 copy color: '#BAFC0C'

red 186 ◦ green 252 ◦ blue 12

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

Shades of Electric Lime #BAFC0C

Tints of Electric Lime #BAFC0C

RGB

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

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

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

R = 41.33%
G = 56%
B = 2.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BAFC0C (or 0xBAFC0C) is known color: Electric Lime. HEX triplet: BA, FC and 0C. RGB value is (186,252,12). Sum of RGB (Red+Green+Blue) = 186+252+12=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC0C is #4503F3. Grayscale: #CDCDCD. Windows color (decimal): -4522996 or 851130. OLE color: 851130.

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

Color convert

RGB 186 252 12 -
CMYK 0.26 0 0.95 0.01
HSL 76.5º 0.98% 0.52% -
HSV(B) 76.5º 0.95% 0.99% -
XYZ 55.13 80.09 12.9 -
YUV 204.91 19.13 114.51 -
System Red Green Blue C M Y K H S L
Decimal 186 252 12 0.26 0 0.95 0.01 76.5 0.98 0.52
Hex BA FC C 1A 0 5F 1 4C 62 34
Octal 272 374 14 32 0 137 1 114 142 64
Binary 10111010 11111100 1100 11010 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BAFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC0C

Black with #BAFC0C

Text Example


Text Example

White with #BAFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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