Html Css Color HEX #BAFD0C Electric Lime

📋 copy color: '#BAFD0C'

red 186 ◦ green 253 ◦ blue 12

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

Shades of Electric Lime #BAFD0C

Tints of Electric Lime #BAFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.1%

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

R = 41.24%
G = 56.1%
B = 2.66%

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

#BAFD0C (or 0xBAFD0C) is known color: Electric Lime. HEX triplet: BA, FD and 0C. RGB value is (186,253,12). Sum of RGB (Red+Green+Blue) = 186+253+12=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 253 (99.22% from 255 or 56.10% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD0C is #4502F3. Grayscale: #CECECE. Windows color (decimal): -4522740 or 851386. OLE color: 851386.

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

Color convert

RGB 186 253 12 -
CMYK 0.26 0 0.95 0.01
HSL 76.68º 0.98% 0.52% -
HSV(B) 76.68º 0.95% 0.99% -
XYZ 55.44 80.72 13.01 -
YUV 205.49 18.8 114.1 -
System Red Green Blue C M Y K H S L
Decimal 186 253 12 0.26 0 0.95 0.01 76.68 0.98 0.52
Hex BA FD C 1A 0 5F 1 4D 62 34
Octal 272 375 14 32 0 137 1 115 142 64
Binary 10111010 11111101 1100 11010 0 1011111 1 1001101 1100010 110100

Color Harmonies of #BAFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD0C

Black with #BAFD0C

Text Example


Text Example

White with #BAFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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