Html Css Color HEX #BAFE12 Electric Lime

📋 copy color: '#BAFE12'

red 186 ◦ green 254 ◦ blue 18

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

Shades of Electric Lime #BAFE12

Tints of Electric Lime #BAFE12

RGB

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

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

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

R = 40.61%
G = 55.46%
B = 3.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#BAFE12 (or 0xBAFE12) is known color: Electric Lime. HEX triplet: BA, FE and 12. RGB value is (186,254,18). Sum of RGB (Red+Green+Blue) = 186+254+18=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE12 is #4501ED. Grayscale: #CFCFCF. Windows color (decimal): -4522478 or 1244858. OLE color: 1244858.

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

Color convert

RGB 186 254 18 -
CMYK 0.27 0 0.93 0.00
HSL 77.29º 0.99% 0.53% -
HSV(B) 77.29º 0.93% 1% -
XYZ 55.8 81.37 13.34 -
YUV 206.76 21.47 113.19 -
System Red Green Blue C M Y K H S L
Decimal 186 254 18 0.27 0 0.93 0.00 77.29 0.99 0.53
Hex BA FE 12 1B 0 5D 0 4D 63 35
Octal 272 376 22 33 0 135 0 115 143 65
Binary 10111010 11111110 10010 11011 0 1011101 0 1001101 1100011 110101

Color Harmonies of #BAFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE12

Black with #BAFE12

Text Example


Text Example

White with #BAFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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