Html Css Color HEX #BAFC12 Electric Lime

📋 copy color: '#BAFC12'

red 186 ◦ green 252 ◦ blue 18

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

Shades of Electric Lime #BAFC12

Tints of Electric Lime #BAFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.95%

R = 40.79%
G = 55.26%
B = 3.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#BAFC12 (or 0xBAFC12) is known color: Electric Lime. HEX triplet: BA, FC and 12. RGB value is (186,252,18). Sum of RGB (Red+Green+Blue) = 186+252+18=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC12 is #4503ED. Grayscale: #CECECE. Windows color (decimal): -4522990 or 1244346. OLE color: 1244346.

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

Color convert

RGB 186 252 18 -
CMYK 0.26 0 0.93 0.01
HSL 76.92º 0.98% 0.53% -
HSV(B) 76.92º 0.93% 0.99% -
XYZ 55.17 80.1 13.13 -
YUV 205.59 22.13 114.03 -
System Red Green Blue C M Y K H S L
Decimal 186 252 18 0.26 0 0.93 0.01 76.92 0.98 0.53
Hex BA FC 12 1A 0 5D 1 4D 62 35
Octal 272 374 22 32 0 135 1 115 142 65
Binary 10111010 11111100 10010 11010 0 1011101 1 1001101 1100010 110101

Color Harmonies of #BAFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC12

Black with #BAFC12

Text Example


Text Example

White with #BAFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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